@splunk/visualization-icons
Advanced tools
Comparing version 18.2.1 to 19.0.0
@@ -5,7 +5,9 @@ { | ||
"author": "Splunk", | ||
"version": "18.2.1", | ||
"version": "19.0.0", | ||
"scripts": { | ||
"build": "NODE_ENV=production webpack --config ./webpack.config.js --bail", | ||
"build-storybook": "build-storybook -c .storybook -s fonts -o .storybook-bundle", | ||
"clean": "git ls-files --others -i --exclude-standard *.js *.map | xargs rm", | ||
"clean": "yarn clean:storybook && yarn clean:webpack", | ||
"clean:storybook": "rm -rf .storybook-bundle", | ||
"clean:webpack": "git ls-files --others -i --exclude-standard *.js *.map | xargs rm", | ||
"dev": "NODE_ENV=development webpack --config ./webpack.config.js --watch", | ||
@@ -30,3 +32,3 @@ "storybook": "start-storybook -p 6006 -c .storybook", | ||
"@babel/core": "^7.5.5", | ||
"@splunk/visualization-build-tools": "^18.2.1", | ||
"@splunk/visualization-build-tools": "^19.0.0", | ||
"@storybook/addon-actions": "^5.3.18", | ||
@@ -33,0 +35,0 @@ "@storybook/addon-storyshots": "^5.3.18", |
72364