@transferwise/components 0.0.0-experimental-cb72e72 → 0.0.0-experimental-12e4195
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transferwise/components",
|
|
3
|
-
"version": "0.0.0-experimental-
|
|
3
|
+
"version": "0.0.0-experimental-12e4195",
|
|
4
4
|
"description": "Neptune React components",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/umd/polyfill/main.js",
|
|
@@ -128,11 +128,11 @@
|
|
|
128
128
|
"access": "public"
|
|
129
129
|
},
|
|
130
130
|
"scripts": {
|
|
131
|
-
"dev": "npm-run-all --parallel sb
|
|
132
|
-
"
|
|
133
|
-
"sb:watch-less": "gulp watchLess --dest=src",
|
|
131
|
+
"dev": "npm-run-all --parallel dev:* sb:dev",
|
|
132
|
+
"dev:watch-less": "gulp watchLess --dest=src",
|
|
134
133
|
"dev:translations": "npx npm-watch",
|
|
135
|
-
"
|
|
134
|
+
"sb:dev": "storybook dev -p 3001",
|
|
135
|
+
"sb:build": "storybook build",
|
|
136
136
|
"build-css": "gulp compileLess --dest=src",
|
|
137
137
|
"build": "npm-run-all build:*",
|
|
138
138
|
"build:clean": "rm -rf lib build",
|