-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get rid of build warnings and upgrade postcss - Fixes #90
- Loading branch information
Showing
2 changed files
with
36 additions
and
23 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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
"author": "Jordan Scales <[email protected]>", | ||
"devDependencies": { | ||
"accessibility-developer-tools": "2.9.0-rc.0", | ||
"autoprefixer-loader": "^2.0.0", | ||
"autoprefixer": "^6.5.3", | ||
"babel": "^5.6.7", | ||
"babel-core": "^5.0.12", | ||
"babel-loader": "^5.0.0", | ||
|
@@ -22,17 +22,17 @@ | |
"less": "^2.5.0", | ||
"less-loader": "^2.2.0", | ||
"mocha": "^2.2.5", | ||
"postcss": "^4.1.11", | ||
"postcss-loader": "^0.4.3", | ||
"postcss": "^5.2.6", | ||
"postcss-loader": "^1.1.1", | ||
"script-loader": "^0.6.1", | ||
"style-loader": "^0.10.1", | ||
"webpack": "^1.8.4", | ||
"webpack-dev-server": "^1.9.0" | ||
}, | ||
"scripts": { | ||
"build": "npm run prod && npm run dev", | ||
"prod": "webpack --config webpack.config.babel.js -p", | ||
"dev": "webpack --config webpack.config.babel.js -d --devtool hidden --output-file=tota11y.js", | ||
"prod": "NODE_ENV=production webpack --config webpack.config.babel.js", | ||
"dev": "webpack --config webpack.config.babel.js -d --devtool hidden --output-filename=tota11y.js", | ||
"lint": "eslint index.js plugins test utils", | ||
"test": "mocha --require test/babel-hook test/*.js", | ||
"live-test": "webpack-dev-server --config webpack.config.babel.js --hot --inline" | ||
|
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