Skip to content

Commit cbbe713

Browse files
committed
Bump version: 0.2.0
1 parent 3286d72 commit cbbe713

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.npmignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
node_modules
2+
test
3+
lib
4+
src
5+
play

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cssobj-core",
3-
"version": "0.1.0",
4-
"description": "Create css from js object",
3+
"version": "0.2.0",
4+
"description": "Support for cssobj and it's plugins",
55
"main": "dist/cssobj-core.cjs.js",
66
"jsnext:main": "dist/cssobj-core.es.js",
77
"scripts": {
@@ -17,7 +17,5 @@
1717
"rollup": "^0.33.1"
1818
},
1919
"dependencies": {
20-
"cssobj-helper": "github:cssobj/cssobj-helper",
21-
"cssobj-plugin-post-gencss": "github:cssobj/cssobj-plugin-post-gencss"
2220
}
2321
}

0 commit comments

Comments
 (0)