Skip to content

Commit

Permalink
move deps to dev-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
morzzz007 committed Jul 3, 2016
1 parent 3e1c7f1 commit 763af1c
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
@@ -1,6 +1,6 @@
{
"name": "postcss-color-extended-keywords",
"version": "0.0.1",
"version": "0.0.2",
"description": "PostCSS plugin to transform basic and extended css color keywords to HEX RGB",
"keywords": [
"postcss",
Expand All @@ -18,14 +18,14 @@
},
"homepage": "https://github.com/morzzz007/postcss-color-extended-keywords",
"dependencies": {
"coveralls": "^2.11.9",
"nyc": "^6.6.1",
"postcss": "^5.0.21"
},
"devDependencies": {
"ava": "^0.15.0",
"eslint": "^2.10.0",
"eslint-config-postcss": "^2.0.2"
"eslint-config-postcss": "^2.0.2",
"coveralls": "^2.11.9",
"nyc": "^6.6.1"
},
"scripts": {
"test": "nyc ava && eslint *.js",
Expand Down

0 comments on commit 763af1c

Please sign in to comment.