@vcl/font-awesome
Advanced tools
Comparing version 0.3.0 to 0.4.0-0
{ | ||
"name": "@vcl/font-awesome", | ||
"description": "Integration with the font awesome icon font", | ||
"version": "0.3.0", | ||
"version": "0.4.0-0", | ||
"main": "package.json", | ||
"scripts": { | ||
"test": "VCL_NO_PIPE=1 vcl-preprocessor --verbose ./package.json ./build/test.css", | ||
"browsersync": "node_modules/.bin/browser-sync start --server --files \"demo\" \"build\" --index \"/build/index.html\" ", | ||
"build-demo": "node node_modules/@vcl/build-demo/index.js", | ||
"start": "npm run browsersync & npm run build-demo" | ||
"test": "vcl-preprocessor ./index.sss ./build/test.css", | ||
"browsersync": "browser-sync start --server --files \"demo\" \"build\" --index \"/build/index.html\" ", | ||
"build-demo": "vcl-build-demo", | ||
"start": "npm-run-all --parallel build-demo browsersync" | ||
}, | ||
"style": "index.styl", | ||
"style": "index.sss", | ||
"author": { | ||
"name": "n-fuse GmbH", | ||
"email": "info@n-fuse.de", | ||
"url": "www.n-fuse.de" | ||
"email": "info@n-fuse.co", | ||
"url": "www.n-fuse.co" | ||
}, | ||
@@ -21,3 +21,3 @@ "contributors": [ | ||
"name": "Thomas Hoppe", | ||
"email": "thomas.hoppe@n-fuse.de" | ||
"email": "thomas.hoppe@n-fuse.co" | ||
} | ||
@@ -27,13 +27,13 @@ ], | ||
"devDependencies": { | ||
"normalize.css": "^7.0.0", | ||
"pre-commit": "^1.1.2", | ||
"@vcl/build-demo": "^0.3.1", | ||
"@vcl/default-theme": "^0.2.0", | ||
"@vcl/default-theme-terms": "^0.2.0", | ||
"@vcl/preprocessor": "^0.2.2", | ||
"@vcl/typography": "^0.2.0", | ||
"browser-sync": "^2.24.7" | ||
"@vcl/build-demo": "^0.4.0-12", | ||
"@vcl/preprocessor": "^0.4.0-0", | ||
"@vcl/typography": "^0.4.0-0", | ||
"browser-sync": "^2.26.3", | ||
"npm-run-all": "^4.1.5", | ||
"pre-commit": "^1.2.2" | ||
}, | ||
"dependencies": { | ||
"@fortawesome/fontawesome-free": "^5.3.0" | ||
"@fortawesome/fontawesome-free": "^5.7.2", | ||
"@vcl/theme": "^0.4.0-0", | ||
"normalize.css": "^8.0.1" | ||
}, | ||
@@ -48,8 +48,2 @@ "keywords": [ | ||
"vcl": { | ||
"needs": [ | ||
"theme" | ||
], | ||
"provides": [ | ||
"icons" | ||
], | ||
"categories": [ | ||
@@ -56,0 +50,0 @@ { |
@@ -1,2 +0,2 @@ | ||
# [VCL](https://github.com/vcl/vcl/doc) font-awesome | ||
# [VCL](https://vcl.github.io/) font-awesome | ||
@@ -3,0 +3,0 @@ Integration with the [font awesome](http://fontawesome.io/) icon font. |
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
6
8
4536
3
+ Added@vcl/theme@^0.4.0-0
+ Addednormalize.css@^8.0.1
+ Addednormalize.css@8.0.1(transitive)