@greenberry/storybook-template
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@greenberry/storybook-template", | ||
"version": "1.0.1", | ||
"version": "1.0.4", | ||
"description": "Template project for component libraries", | ||
@@ -12,6 +12,9 @@ "repository": "git@bitbucket.org:greenberrynl/storybook.git", | ||
"build": "NODE_ENV=production babel src --out-dir dist --ignore \"src/**/*.story.js\",\"src/**/*.spec.js\",", | ||
"publish": "./pre-publish.sh", | ||
"prepublishOnly": "yarn build && cp package.json dist/package.json && cp yarn.lock dist/yarn.lock && cp README.md dist/README.md", | ||
"test": "jest", | ||
"lint": "eslint src/**/*.js" | ||
}, | ||
"exports": { | ||
"./": "./dist/" | ||
}, | ||
"jest": { | ||
@@ -18,0 +21,0 @@ "testURL": "http://localhost", |
{ | ||
"name": "@greenberry/storybook-template", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Template project for component libraries", | ||
@@ -12,6 +12,9 @@ "repository": "git@bitbucket.org:greenberrynl/storybook.git", | ||
"build": "NODE_ENV=production babel src --out-dir dist --ignore \"src/**/*.story.js\",\"src/**/*.spec.js\",", | ||
"publish": "./publish.sh", | ||
"prepublishOnly": "yarn build && cp package.json dist/package.json && cp yarn.lock dist/yarn.lock && cp README.md dist/README.md", | ||
"test": "jest", | ||
"lint": "eslint src/**/*.js" | ||
}, | ||
"exports": { | ||
"./": "./dist/" | ||
}, | ||
"jest": { | ||
@@ -18,0 +21,0 @@ "testURL": "http://localhost", |
18009