@economist/design-system
Advanced tools
Comparing version 0.0.10-canary.0 to 0.0.10-canary.1
@@ -1,1 +0,1 @@ | ||
{"ds-masthead":"ds-masthead","ds-button":"ds-button","ds-button--secondary":"ds-button--secondary","ds-button--slim":"ds-button--slim"} | ||
{"ds-button":"ds-button","ds-button--secondary":"ds-button--secondary","ds-button--slim":"ds-button--slim","ds-masthead":"ds-masthead"} |
{ | ||
"name": "@economist/design-system", | ||
"version": "0.0.10-canary.0", | ||
"version": "0.0.10-canary.1", | ||
"description": "Economist Design System", | ||
@@ -16,6 +16,6 @@ "main": "dist/index.js", | ||
"build": "npm run clean && mkdir dist && npm-run-all --parallel build:*", | ||
"build:components": "cp -r src/common/components dist/common", | ||
"build:components": "cp -r src/common/components common", | ||
"build:js": "rollup --config", | ||
"deploy": "s3-deploy './dist/**' --cwd './dist/' --region 'eu-west-2' --bucket 'economist-design-system' --ext 'html'", | ||
"clean": "rm -rf dist", | ||
"clean": "rm -rf dist&& rm -rf common", | ||
"prepare": "npm run build" | ||
@@ -22,0 +22,0 @@ }, |
@@ -34,2 +34,12 @@ # The Economist Design System | ||
Automated module publishing is not yet configured. | ||
## Publishing to NPM | ||
Automated module publishing is not yet configured, currently you must have access to the `@economist` org on NPM to publish modules. | ||
To publish a canary (preview) release, update the 'version' in `package.json` to add the suffix `-canary.` followed by a version number (e.g. so it looks like `"version": "0.0.1-canary.0"`) and run NPM with the --tag option: | ||
npm publish --tag canary | ||
To publish a 'production' release, just run NPM publish: | ||
npm publish |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
36408
44
1