We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3286d72 commit cbbe713Copy full SHA for cbbe713
.npmignore
@@ -0,0 +1,5 @@
1
+node_modules
2
+test
3
+lib
4
+src
5
+play
package.json
@@ -1,7 +1,7 @@
{
"name": "cssobj-core",
- "version": "0.1.0",
- "description": "Create css from js object",
+ "version": "0.2.0",
+ "description": "Support for cssobj and it's plugins",
"main": "dist/cssobj-core.cjs.js",
6
"jsnext:main": "dist/cssobj-core.es.js",
7
"scripts": {
@@ -17,7 +17,5 @@
17
"rollup": "^0.33.1"
18
},
19
"dependencies": {
20
- "cssobj-helper": "github:cssobj/cssobj-helper",
21
- "cssobj-plugin-post-gencss": "github:cssobj/cssobj-plugin-post-gencss"
22
}
23
0 commit comments