@pushwoosh/dumb-components 1.0.81 → 1.1.1

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.
Files changed (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -1,15 +1,14 @@
1
1
  {
2
2
  "name": "@pushwoosh/dumb-components",
3
- "version": "1.0.81",
3
+ "version": "1.1.1",
4
4
  "description": "React components to build Pushwoosh products",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
7
7
  "types": "index.d.ts",
8
8
  "sideEffects": false,
9
9
  "scripts": {
10
- "start": "npm run playground",
10
+ "start": "npm --prefix ./storybook run storybook",
11
11
  "build": "pushwoosh-engine lib:build",
12
- "playground": "`pushwoosh-engine lib:command:playground`",
13
12
  "check": "npm run check:lint && npm run check:types",
14
13
  "check:lint": "echo \"Run check:lint\" && eslint src",
15
14
  "check:types": "echo \"Run check:types\" && pushwoosh-engine lib:check-types"