@integration-app/react 0.1.5 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integration-app/react",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "description": "React SDK for building native integrations.",
5
5
  "author": "integration.app",
6
6
  "scripts": {
@@ -9,7 +9,7 @@
9
9
  "build:prep": "npm run clean",
10
10
  "build:copy": "cp package/package.json dist",
11
11
  "build:ts": "tsc",
12
- "publish": "cd ./dist && npm publish --access public"
12
+ "publish-dist": "cd ./dist && npm publish --access public"
13
13
  },
14
14
  "repository": {
15
15
  "type": "git",