Skip to content

Commit

Permalink
cordova-angular: set plugin version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimecbernardo committed Apr 25, 2019
1 parent c4c7950 commit 651937e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cordova-angularjs/package.json
Expand Up @@ -17,7 +17,7 @@
"jshint": "jshint ./src/client/app/app.js && jshint ./src/server/main.js",
"setup-cordova": "mkdirp ./cordova && pushd ./cordova && cordova create ExampleCordovaAngular && npm run add-platforms && npm run add-plugins && popd",
"add-platforms": "pushd ./cordova/ExampleCordovaAngular && cordova platform add ios android && popd",
"add-plugins": "pushd ./cordova/ExampleCordovaAngular && cordova plugin add nodejs-mobile-cordova@0.3.0 && cordova plugin add cordova-plugin-file && cordova plugin add cordova-plugin-console && popd"
"add-plugins": "pushd ./cordova/ExampleCordovaAngular && cordova plugin add nodejs-mobile-cordova@0.3.1 && cordova plugin add cordova-plugin-file && cordova plugin add cordova-plugin-console && popd"
},
"keywords": [
"mobile",
Expand Down

0 comments on commit 651937e

Please sign in to comment.