Skip to content

Commit 47d75de

Browse files
Merge pull request #65 from EddyVerbruggen/master
Added grunt publish script to npm scripts
2 parents f3863ea + e22de1e commit 47d75de

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ demo-ng/
33
screens/
44
app/
55
hooks/
6+
.idea/
67
.vscode/
78
gruntfile.js
89
*.png

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-checkbox",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "NativeScript plugin for checkbox widget.",
55
"main": "checkbox",
66
"typings": "index.d.ts",
@@ -11,6 +11,7 @@
1111
}
1212
},
1313
"scripts": {
14+
"publish": "grunt publish",
1415
"precommit": "lint-staged",
1516
"build": "tsc",
1617
"copy.ios": "cp -R checkbox.*.js demo/node_modules/nativescript-checkbox && cd demo && tns run ios --syncAllFiles",

0 commit comments

Comments
 (0)