Comparing version 0.3.1-0 to 0.4.0-0
{ | ||
"name": "@vcl/grid", | ||
"description": "Float based fluid grid system", | ||
"version": "0.3.1-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 build-demo & npm run browsersync" | ||
"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" | ||
}, | ||
@@ -26,12 +26,13 @@ "style": "index.sss", | ||
"devDependencies": { | ||
"@vcl/build-demo": "0.4.0-8", | ||
"@vcl/preprocessor": "^0.3.0-9", | ||
"@vcl/build-demo": "^0.4.0-12", | ||
"@vcl/container": "^0.4.0-0", | ||
"@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": { | ||
"normalize.css": "^8.0.1", | ||
"@vcl/container": "^0.3.0", | ||
"@vcl/typography": "^0.3.0", | ||
"@vcl/theme": "^0.3.0-3" | ||
"@vcl/theme": "^0.4.0-0", | ||
"normalize.css": "^8.0.1" | ||
}, | ||
@@ -54,2 +55,2 @@ "keywords": [ | ||
} | ||
} | ||
} |
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
2
8
9906
7
- Removed@vcl/container@^0.3.0
- Removed@vcl/typography@^0.3.0
- Removed@vcl/container@0.3.0(transitive)
- Removed@vcl/typography@0.3.0(transitive)
Updated@vcl/theme@^0.4.0-0