Comparing version 1.1.1 to 1.1.2
const path = require('path') | ||
const fs = require('fs') | ||
module.export = main | ||
module.exports = main | ||
@@ -6,0 +6,0 @@ function main () { |
{ | ||
"name": "dat-icons", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Icons and other SVGs for dat-data.com", | ||
@@ -9,3 +9,4 @@ "homepage": "https://github.com/Kriesse/dat-icons#readme", | ||
"scripts": { | ||
"build-icons": "svgo -f icons && spritesh --input icons --output sprite.svg --viewbox '0 0 240 240' --prefix daticon-" | ||
"build-icons": "svgo -f icons && spritesh --input icons --output sprite.svg --viewbox '0 0 240 240' --prefix daticon-", | ||
"example": "budo example.js --open --live -- -t brfs" | ||
}, | ||
@@ -22,2 +23,3 @@ "browserify": { | ||
"devDependencies": { | ||
"budo": "^9.2.1", | ||
"spritesh": "^1.2.0", | ||
@@ -24,0 +26,0 @@ "svgo": "^0.7.0" |
@@ -8,3 +8,3 @@ # dat-icons | ||
const svgSprite = require('dat-icons') | ||
document.body.innerHTML += svgSprite | ||
document.body.innerHTML += svgSprite() | ||
``` | ||
@@ -11,0 +11,0 @@ |
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
21875
25
9
3