postcss-svg
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "postcss-svg", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Postcss plugin for insert inline SVG to CSS", | ||
@@ -31,8 +31,10 @@ "main": "index.js", | ||
"homepage": "https://github.com/Pavliko/postcss-svg#readme", | ||
"dependencies": { | ||
"dot": "^1.0.3", | ||
"postcss": "^4.1.13" | ||
}, | ||
"devDependencies": { | ||
"coffee-script": "^1.9.3", | ||
"dot": "^1.0.3", | ||
"open": "0.0.5", | ||
"postcss": "^4.1.13" | ||
"open": "0.0.5" | ||
} | ||
} |
@@ -30,8 +30,6 @@ # postcss-svg | ||
## Example | ||
###For live example run | ||
To look result, click [index.html](http://pavliko.github.io/postcss-svg/) | ||
```bash | ||
npm install postcss-svg && cd $(npm root)/postcss-svg/ && node example/script.js | ||
``` | ||
###Example source code | ||
###Example [source](https://github.com/Pavliko/postcss-svg/tree/master/example) | ||
*example/script.js:* | ||
@@ -125,2 +123,8 @@ | ||
###To run on your computer: | ||
```bash | ||
npm install postcss-svg && cd $(npm root)/postcss-svg/ && npm install && node example/script.js | ||
``` | ||
##Contributing | ||
@@ -127,0 +131,0 @@ Pull requests are welcome. |
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
11180
2
132
2
+ Addeddot@^1.0.3
+ Addedpostcss@^4.1.13
+ Addedamdefine@1.0.1(transitive)
+ Addeddot@1.1.3(transitive)
+ Addedes6-promise@2.3.0(transitive)
+ Addedjs-base64@2.1.9(transitive)
+ Addedpostcss@4.1.16(transitive)
+ Addedsource-map@0.4.4(transitive)