We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3863ea + e22de1e commit 47d75deCopy full SHA for 47d75de
.npmignore
@@ -3,6 +3,7 @@ demo-ng/
3
screens/
4
app/
5
hooks/
6
+.idea/
7
.vscode/
8
gruntfile.js
9
*.png
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nativescript-checkbox",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "NativeScript plugin for checkbox widget.",
"main": "checkbox",
"typings": "index.d.ts",
@@ -11,6 +11,7 @@
11
}
12
},
13
"scripts": {
14
+ "publish": "grunt publish",
15
"precommit": "lint-staged",
16
"build": "tsc",
17
"copy.ios": "cp -R checkbox.*.js demo/node_modules/nativescript-checkbox && cd demo && tns run ios --syncAllFiles",
0 commit comments