We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e8a54 commit 9d4f40aCopy full SHA for 9d4f40a
package.json
@@ -28,7 +28,8 @@
28
"test:fast:ios": "mocha --recursive bin/test --ios",
29
"test:debugger:android": "mocha --recursive --inspect-brk=0.0.0.0 bin/test --android",
30
"test:debugger:ios": "mocha --recursive --inspect-brk=0.0.0.0 bin/test --ios",
31
- "tslint": "tslint -c tslint.json test/**/*.ts"
+ "tslint": "tslint -c tslint.json test/**/*.ts",
32
+ "publish": "npm publish --access=public"
33
},
34
"repository": {
35
"type": "git",
0 commit comments