@nrk/core-icons
Advanced tools
Comparing version 6.0.1 to 6.0.2
@@ -6,3 +6,3 @@ { | ||
"author": "NRK <opensource@nrk.no> (https://www.nrk.no/)", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"license": "MIT", | ||
@@ -14,6 +14,6 @@ "main": "core-icons.js", | ||
"build": "node bin/build.js", | ||
"publish:patch": "npm version patch -m 'Release patch %s' && npm run push", | ||
"publish:minor": "npm version minor -m 'Release minor %s' && npm run push", | ||
"publish:major": "npm version major -m 'Release major %s' && npm run push", | ||
"push": "npm run build && git push && git push --tags && npm publish", | ||
"publish:patch": "npm version patch -m 'Release patch %s'", | ||
"publish:minor": "npm version minor -m 'Release minor %s'", | ||
"publish:major": "npm version major -m 'Release major %s'", | ||
"postversion": "npm run build && git push && git push --tags && npm publish", | ||
"start": "npm run build && http-server lib -p 10001 -o -c-1", | ||
@@ -24,3 +24,3 @@ "static-publish": "npm run build && static-publish --directory=lib --account=nrk-core --latest --major" | ||
"http-server": "0.11.1", | ||
"react": "16.7.0", | ||
"react": "16.8.0", | ||
"standard": "^12.0.1" | ||
@@ -27,0 +27,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1085007
2622