This repository has been archived by the owner on Jun 18, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
80 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,29 +2,38 @@ | |
"name": "webpack-config", | ||
"description": "Helps to load, extend and merge webpack configs", | ||
"main": "dist/index.js", | ||
"files": ["dist/", "src/"], | ||
"files": [ | ||
"dist/", | ||
"src/" | ||
], | ||
"scripts": { | ||
"clean": "rm -rf dist coverage docs", | ||
"lint": "eslint --ext js,md ./ --cache", | ||
"build": "babel src --out-dir dist --source-maps", | ||
"test": "babel-node jasmine.js", | ||
"cover": | ||
"NODE_ENV=test nyc --reporter=lcov jasmine JASMINE_CONFIG_PATH=jasmine.json", | ||
"cover": "NODE_ENV=test nyc --reporter=lcov jasmine JASMINE_CONFIG_PATH=jasmine.json", | ||
"postcover": "nyc report", | ||
"codeclimate": "codeclimate-test-reporter < ./coverage/lcov.info", | ||
"jsdoc": "jsdoc ./src -c ./jsdoc.json" | ||
}, | ||
"nyc": { | ||
"include": ["src/*.js"], | ||
"require": ["babel-register"], | ||
"include": [ | ||
"src/*.js" | ||
], | ||
"require": [ | ||
"babel-register" | ||
], | ||
"sourceMap": false, | ||
"instrument": false | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Fitbit/webpack-config.git" | ||
}, | ||
"keywords": ["webpack", "webpack-config"], | ||
"keywords": [ | ||
"webpack", | ||
"webpack-config" | ||
], | ||
"author": "Marat Dreizin <[email protected]>", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
|
@@ -35,7 +44,6 @@ | |
"babel-cli": "^6.26.0", | ||
"babel-eslint": "^8.2.3", | ||
"babel-plugin-istanbul": "^4.1.6", | ||
"babel-plugin-transform-builtin-extend": "^1.1.2", | ||
"babel-plugin-transform-runtime": "^6.23.0", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-register": "^6.26.0", | ||
|
@@ -57,6 +65,6 @@ | |
"yargs-parser": "^10.0.0" | ||
}, | ||
"engines": { | ||
"node": ">=6.0.0" | ||
"node": ">=8.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters