Comparing version 0.2.2 to 0.3.0-0
{ | ||
"name": "@vcl/grid", | ||
"description": "Float based fluid grid system", | ||
"version": "0.2.2", | ||
"version": "0.3.0-0", | ||
"main": "package.json", | ||
@@ -10,5 +10,5 @@ "scripts": { | ||
"build-demo": "node node_modules/@vcl/build-demo/index.js", | ||
"start": "npm run browsersync & npm run build-demo" | ||
"start": "npm run build-demo & npm run browsersync" | ||
}, | ||
"style": "index.styl", | ||
"style": "index.sss", | ||
"author": { | ||
@@ -27,13 +27,13 @@ "name": "n-fuse GmbH", | ||
"devDependencies": { | ||
"normalize.css": "^7.0.0", | ||
"pre-commit": "^1.1.2", | ||
"@vcl/build-demo": "^0.3.0", | ||
"@vcl/container": "^0.2.0", | ||
"@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-8", | ||
"@vcl/preprocessor": "^0.3.0-9", | ||
"browser-sync": "^2.26.3", | ||
"pre-commit": "^1.2.2" | ||
}, | ||
"dependencies": {}, | ||
"dependencies": { | ||
"normalize.css": "^8.0.1", | ||
"@vcl/container": "^0.3.0", | ||
"@vcl/typography": "^0.3.0", | ||
"@vcl/theme": "^0.3.0-3" | ||
}, | ||
"keywords": [ | ||
@@ -47,8 +47,2 @@ "css", | ||
"vcl": { | ||
"needs": [ | ||
"theme" | ||
], | ||
"provides": [ | ||
"grid" | ||
], | ||
"categories": [ | ||
@@ -55,0 +49,0 @@ { |
@@ -1,2 +0,2 @@ | ||
# [VCL](https://github.com/vcl/vcl/doc) grid | ||
# [VCL](https://vcl.github.io/) grid | ||
@@ -3,0 +3,0 @@ Classical float based fluid grid system. |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
4
1
9920
4
+ Added@vcl/container@^0.3.0
+ Added@vcl/theme@^0.3.0-3
+ Added@vcl/typography@^0.3.0
+ Addednormalize.css@^8.0.1
+ Added@vcl/container@0.3.0(transitive)
+ Added@vcl/typography@0.3.0(transitive)
+ Addednormalize.css@8.0.1(transitive)