Skip to content

Commit 0e888a3

Browse files
author
s0ph1e
committed
Bump version 1.1.0
1 parent 4ca9dc6 commit 0e888a3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

package.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
{
22
"name": "css-url-parser",
3-
"version": "1.0.0",
4-
"description": "Parses urls from css file",
3+
"version": "1.1.0",
4+
"description": "Parse urls from css",
55
"readmeFilename": "README.md",
66
"main": "index.js",
7-
"directories": {
8-
"test": "test"
9-
},
107
"scripts": {
118
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
129
},

0 commit comments

Comments
 (0)