Skip to content

Commit

Permalink
Fixing security vuln + Adding touch events
Browse files Browse the repository at this point in the history
  • Loading branch information
Shashwat986 committed Jul 14, 2019
1 parent bf5a60f commit aa4cca0
Show file tree
Hide file tree
Showing 3 changed files with 452 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,17 @@
"uglifyjs-webpack-plugin": "^1.0.0-beta.3",
"vue": "^2.2.0",
"vue-loader": "^11.1.3",
"vue-style-loader": "^1.0.0",
"vue-resource": "^1.2.1",
"vue-router": "^2.2.0",
"vue-template-compiler": "^2.2.0",
"vuex": "^2.2.1",
"webpack": "^3.6.0"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint": ">=4.18.2",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-html": "^3.0.0",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.3.0"
}
}
2 changes: 2 additions & 0 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ require('./css/main.css');
require('./css/fontello.css');

require('./js/main.js');

require('./js/DragDropTouch.js');
Loading

0 comments on commit aa4cca0

Please sign in to comment.