Skip to content

Commit

Permalink
chore: removes old demo project. closes #52
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Jul 1, 2020
1 parent 01c10dc commit 83e010d
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 367 deletions.
15 changes: 1 addition & 14 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,5 @@ Thumbs.db
*.swp
*.user

demo/hooks/
demo/platforms/
demo/plugins/
/node_modules/
node_modules
.vscode/










1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.*
appveyor.yml
demo
tests
44 changes: 0 additions & 44 deletions demo/config.xml

This file was deleted.

119 changes: 0 additions & 119 deletions demo/www/css/index.css

This file was deleted.

Binary file removed demo/www/img/logo.png
Binary file not shown.
68 changes: 0 additions & 68 deletions demo/www/index.html

This file was deleted.

120 changes: 0 additions & 120 deletions demo/www/js/index.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"scripts": {
"test": "npm run jshint",
"jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint demo/www"
"jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src"
},
"cordova": {
"id": "cordova-plugin-screen-orientation",
Expand Down

0 comments on commit 83e010d

Please sign in to comment.