Skip to content

Commit 0a9a400

Browse files
committed
Fix package.json
1 parent 2f3983a commit 0a9a400

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
],
1010
"main": "dist/index.js",
1111
"files": [
12-
"dist",
13-
"LICENSE"
12+
"dist"
1413
],
1514
"scripts": {
1615
"prepublish": "npm run build && del-cli dist/__tests__",
@@ -40,7 +39,6 @@
4039
},
4140
"dependencies": {
4241
"css-unit-converter": "^1.1.1",
43-
"postcss": "^5.2.6",
4442
"postcss-value-parser": "^3.3.0"
4543
}
4644
}

0 commit comments

Comments
 (0)