Skip to content

Commit

Permalink
use clean-css-promise 0.x to support Node v0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed Dec 3, 2015
1 parent b13e42d commit 9e560a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"index.js"
],
"scripts": {
"pretest": "eslint --config node_modules/@shinnn/eslintrc-node/rc.json --rule 'no-underscore-dangle: 0' index.js test/test.js",
"pretest": "eslint --fix --config @shinnn/node-legacy --rule 'no-underscore-dangle: 0' index.js test/test.js",
"test": "node --strong_mode --harmony_destructuring --harmony_rest_parameters --throw-deprecation --track-heap-objects test/test.js",
"coverage": "node --strong_mode --harmony_destructuring --harmony_rest_parameters node_modules/.bin/istanbul cover --no-default-excludes -x=node_modules/** test/test.js",
"coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls"
Expand All @@ -31,15 +31,15 @@
],
"dependencies": {
"broccoli-persistent-filter": "^1.1.6",
"clean-css-promise": "^1.0.0",
"clean-css-promise": "^0.1.0",
"inline-source-map-comment": "^1.0.5",
"json-stable-stringify": "^1.0.0"
},
"devDependencies": {
"@shinnn/eslintrc-node": "^1.0.2",
"@shinnn/eslint-config-node-legacy": "^1.0.1",
"broccoli": "^0.16.9",
"broccoli-funnel": "^1.0.1",
"eslint": "^0.20.0",
"eslint": "^1.10.3",
"istanbul": "^0.4.1",
"rimraf": "^2.4.4",
"tape": "^4.2.2"
Expand Down

0 comments on commit 9e560a5

Please sign in to comment.