File tree Expand file tree Collapse file tree 2 files changed +14
-11
lines changed
Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 1+ //Scripts to bundle
12import "script-loader!../node_modules/jquery/dist/jquery.min.js" ;
23import "script-loader!../node_modules/pouchdb/dist/pouchdb.min.js" ;
34import "script-loader!../node_modules/bootstrap/dist/js/bootstrap.min.js" ;
@@ -8,6 +9,9 @@ import "script-loader!../node_modules/angular-route/angular-route.min.js";
89import "script-loader!../node_modules/angular-sanitize/angular-sanitize.min.js" ;
910import "script-loader!../node_modules/alertify/lib/alertify.min.js" ;
1011
12+
13+ //Style
14+
1115/**
1216 * @author - Jake Liscom
1317 * @project - OpenNote
Original file line number Diff line number Diff line change 77 "license" : " MIT" ,
88 "dependencies" : {
99 "alertify" : " 0.3.0" ,
10- "angular" : " ^1.5.5 " ,
11- "angular-animate" : " ^1.5.5 " ,
12- "angular-resource" : " ^1.5.5 " ,
13- "angular-route" : " ^1.5.5 " ,
14- "angular-sanitize" : " ^1.5.5 " ,
15- "bootstrap" : " ^3.3.6 " ,
10+ "angular" : " ^1.6.6 " ,
11+ "angular-animate" : " ^1.6.6 " ,
12+ "angular-resource" : " ^1.6.6 " ,
13+ "angular-route" : " ^1.6.6 " ,
14+ "angular-sanitize" : " ^1.6.6 " ,
15+ "bootstrap" : " ^3.3.7 " ,
1616 "codemirror" : " ^5.32.0" ,
17- "jquery" : " 2.1.4 " ,
17+ "jquery" : " 3. 2.1" ,
1818 "marked" : " ^0.3.7" ,
19- "pouchdb" : " ^5 .3.2 "
19+ "pouchdb" : " ^6 .3.4 "
2020 },
2121 "devDependencies" : {
22- "angular-mocks" : " ^1.5.5 " ,
22+ "angular-mocks" : " ^1.6.6 " ,
2323 "es5-shim" : " 4.1.1" ,
2424 "grunt" : " ^0.4.5" ,
2525 "grunt-cli" : " ^0.1.13" ,
4343 "scripts" : {
4444 "test" : " grunt ci" ,
4545 "dev" : " webpack-dev-server --open --hot --config ./build/webpack.dev.config.js" ,
46- "build" : " webpack --progress --hide-modules --config ./build/webpack.prod.config.js" ,
47- "serve" : " webpack-dev-server --open --config ./build/webpack.serve.config.js"
46+ "build" : " webpack --progress --hide-modules --config ./build/webpack.prod.config.js"
4847 }
4948}
You can’t perform that action at this time.
0 commit comments