Skip to content

Commit

Permalink
don't save cordova as dependency
Browse files Browse the repository at this point in the history
resolves arnesson#688
  • Loading branch information
soumak77 committed May 11, 2018
1 parent d57426e commit df65318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,5 @@
"test:cordova@7.1.0:browser@5.0.3": "sh ./test/test-default.sh 7.1.0 browser 5.0.3",
"test:cordova@8.0.0:browser@5.0.3": "sh ./test/test-default.sh 8.0.0 browser 5.0.3"
},
"dependencies": {
"cordova": "^8.0.0"
}
"dependencies": {}
}
2 changes: 1 addition & 1 deletion test/platform-add.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ADDITIONAL_PLUGIN=$4
FOLDER=".build-$PLATFORM"
rm -rf $FOLDER

npm install "cordova@$CORDOVA_VERSION"
npm install "cordova@$CORDOVA_VERSION" --no-save
./node_modules/.bin/cordova create $FOLDER com.example.hello HelloWorld

cd $FOLDER
Expand Down

0 comments on commit df65318

Please sign in to comment.