Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix package.json
  • Loading branch information
andyjansson committed Mar 1, 2017
commit 0a9a4003045aadf450f4870fab67306e510e9acb
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
],
"main": "dist/index.js",
"files": [
"dist",
"LICENSE"
"dist"
],
"scripts": {
"prepublish": "npm run build && del-cli dist/__tests__",
Expand Down Expand Up @@ -40,7 +39,6 @@
},
"dependencies": {
"css-unit-converter": "^1.1.1",
"postcss": "^5.2.6",
"postcss-value-parser": "^3.3.0"
}
}