Skip to content

Commit

Permalink
Merge branch 'release/3.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
maoberlehner committed Apr 17, 2018
2 parents 6400369 + e36445e commit 5b7e342
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords": [
"CSS"
],
"version": "3.0.0",
"version": "3.0.1",
"author": "Markus Oberlehner",
"homepage": "https://github.com/maoberlehner/css-node-extract",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"coverage": "jest --coverage --maxWorkers=4",
"coveralls": "npm run coverage && cat coverage/lcov.info | coveralls",
"test": "jest",
"prepublishOnly": "npm run build"
"prepublishOnly": "npm run scripts"
},
"dependencies": {
"change-case": "^3.0.2",
Expand Down

0 comments on commit 5b7e342

Please sign in to comment.