@unimelb/pattern-lib-vue
Advanced tools
Comparing version 4.7.1 to 4.8.0
{ | ||
"name": "@unimelb/pattern-lib-vue", | ||
"description": "A complete design system for the University of Melbourne.", | ||
"version": "4.7.1", | ||
"version": "4.8.0", | ||
"repository": { | ||
@@ -23,4 +23,4 @@ "type": "git", | ||
"build": "build-storybook -c .storybook -o .out/docs", | ||
"build:lib": "NODE_ENV=production webpack --config targets/lib/webpack.config.js", | ||
"build:vue": "NODE_ENV=production webpack --config targets/vue/webpack.config.js", | ||
"build:lib": "cross-env NODE_ENV=production webpack --config targets/lib/webpack.config.js", | ||
"build:vue": "cross-env NODE_ENV=production webpack --config targets/vue/webpack.config.js", | ||
"dev": "start-storybook -p 7002 -c .storybook", | ||
@@ -33,3 +33,3 @@ "start:lib": "webpack-dev-server --port 7003 --config targets/lib/webpack.config.js", | ||
"generate": "plop --plopfile generator/index.js", | ||
"prepublish": "LOAD_EXTERNAL_ASSETS=true npm run build:vue" | ||
"prepublish": "cross-env LOAD_EXTERNAL_ASSETS=true npm run build:vue" | ||
}, | ||
@@ -65,2 +65,3 @@ "dependencies": { | ||
"change-case": "^3.0.2", | ||
"cross-env": "^5.2.0", | ||
"css-loader": "^1.0.0", | ||
@@ -67,0 +68,0 @@ "dotenv": "^6.0.0", |
Sorry, the diff of this file is too big to display
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
236612
709
64