babel-plugin-stylus-compiler
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "babel-plugin-stylus-compiler", | ||
"version": "1.0.0", | ||
"description": "A Babel 6 plugin for compiling stylus files into js variables", | ||
"version": "1.0.1", | ||
"description": "A Babel 6 plugin for compiling stylus files into css", | ||
"main": "build/index.js", | ||
@@ -14,3 +14,3 @@ "scripts": { | ||
"type": "git", | ||
"url": "git@github.com/mixpanel/panel.git" | ||
"url": "git@github.com/jbwyme/babel-plugin-stylus-compiler.git" | ||
}, | ||
@@ -17,0 +17,0 @@ "keywords": [ |
@@ -15,10 +15,20 @@ # babel-plugin-stylus-compiler | ||
## Usage | ||
### Babel config | ||
``` | ||
{ | ||
"plugins": ["/home/josh/babel-plugin-stylus"] | ||
} | ||
``` | ||
### CLI | ||
``` | ||
babel --plugins babel-plugin-stylus-compiler src/ --out-dir lib | ||
babel --plugins babel-plugin-stylus-compiler lib/ --out-dir build | ||
``` | ||
## Change log | ||
### 1.0.1 | ||
* Add .npmignore so `prepublish` works | ||
### 1.0.0 | ||
* Initial release | ||
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5414
8
93
34
2