-
Notifications
You must be signed in to change notification settings - Fork 86
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
3 changed files
with
28 additions
and
124 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,10 +7,9 @@ | |
"scripts": { | ||
"build": "microbundle --inline none --format cjs --no-compress src/*.js", | ||
"prepublishOnly": "npm run build", | ||
"dev": "webpack-dev-server --no-hot --config test/webpack.config.js", | ||
"release": "npm t && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish", | ||
"test": "npm run build && webpack --config test/webpack.config.js && npm run -s mocha", | ||
"mocha": "concurrently -r --kill-others \"serve -p 42421 test/dist\" \"sleep 1 && mocha-chrome http://localhost:42421\"" | ||
"dev": "karmatic watch --no-headless", | ||
"test": "npm run build && karmatic", | ||
"release": "npm t && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish" | ||
}, | ||
"eslintConfig": { | ||
"extends": "eslint-config-developit", | ||
|
@@ -34,26 +33,10 @@ | |
"author": "Jason Miller <[email protected]> (http://jasonformat.com)", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"babel-core": "^6.26.0", | ||
"babel-loader": "^7.1.2", | ||
"babel-preset-env": "^1.6.1", | ||
"chai": "^4.1.2", | ||
"chai-as-promised": "^7.1.1", | ||
"concurrently": "^3.5.1", | ||
"css-loader": "^0.28.8", | ||
"eslint": "^4.15.0", | ||
"eslint": "^4.16.0", | ||
"eslint-config-developit": "^1.1.1", | ||
"exports-loader": "^0.6.4", | ||
"fast-async": "^6.3.0", | ||
"html-webpack-plugin": "^2.30.1", | ||
"microbundle": "^0.4.1", | ||
"mocha": "^4.1.0", | ||
"mocha-chrome": "^1.0.3", | ||
"mocha-puppeteer": "^0.13.0", | ||
"serve": "^6.4.4", | ||
"style-loader": "^0.19.1", | ||
"webpack": "^3.10.0", | ||
"webpack-dev-server": "^2.10.1" | ||
"karmatic": "^1.0.5", | ||
"microbundle": "^0.4.2" | ||
}, | ||
"dependencies": { | ||
"loader-utils": "^1.1.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 was deleted.
Oops, something went wrong.