Skip to content

Commit

Permalink
Merge pull request #65 from EddyVerbruggen/master
Browse files Browse the repository at this point in the history
Added grunt publish script to npm scripts
  • Loading branch information
EddyVerbruggen authored Oct 9, 2017
2 parents f3863ea + e22de1e commit 47d75de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ demo-ng/
screens/
app/
hooks/
.idea/
.vscode/
gruntfile.js
*.png
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-checkbox",
"version": "3.0.0",
"version": "3.0.1",
"description": "NativeScript plugin for checkbox widget.",
"main": "checkbox",
"typings": "index.d.ts",
Expand All @@ -11,6 +11,7 @@
}
},
"scripts": {
"publish": "grunt publish",
"precommit": "lint-staged",
"build": "tsc",
"copy.ios": "cp -R checkbox.*.js demo/node_modules/nativescript-checkbox && cd demo && tns run ios --syncAllFiles",
Expand Down

0 comments on commit 47d75de

Please sign in to comment.