Skip to content

Commit

Permalink
completed git url and npm audit
Browse files Browse the repository at this point in the history
  • Loading branch information
vagrant committed Oct 24, 2018
1 parent 7a10e6b commit 074d455
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@
"datatables.net-colreorder": "^1.5.1",
"datatables.net-colreorder-dt": "^1.5.1",
"datatables.net-dt": "^1.10.16",
"digital-analytics-program": "git+https://github.com/digital-analytics-program/gov-wide-code.git#fcba3b93059e23b8d1b31df25ac6c86597381395",
"disable-output-webpack-plugin": "^1.0.1",
"jquery": "^1.11.1",
"jquery": "^3.3.1",
"jquery-hoverintent": "^1.9.0",
"jquery-ui-dist": "^1.12.0",
"jquery-ui-themes": "^1.12.0",
Expand All @@ -44,7 +45,6 @@
"marked": "^0.3.19",
"underscore": "^1.7.0",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.1",
"Universal-Federated-Analytics-Min.js": "https://github.com/digital-analytics-program/gov-wide-code/archive/master.zip"
"webpack-cli": "^3.1.1"
}
}
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const appScriptConfig = {
{ from: path.join(nodeModules, '/bootstrap/dist/js/bootstrap.js'), to: appScripts},
{ from: path.join(nodeModules, '/underscore/underscore.js'), to: appScripts},
{ from: path.join(nodeModules, '/Respond.js/dest/respond.src.js'), to: appScripts},
{ from: path.join(nodeModules, '/gov-wide-code-master/Universal-Federated-Analytics-Min.js'), to: appScripts},
{ from: path.join(nodeModules, '/digital-analytics-program/Universal-Federated-Analytics-Min.js'), to: appScripts},
{ from: path.join(nodeModules, '/bootstrap/dist/css/bootstrap.css'), to: appStyles},
{ from: path.join(nodeModules, '/bootstrap/dist/css/bootstrap.css.map'), to: appStyles},
{ from: path.join(nodeModules, '/bootstrap/dist/fonts/glyphicons-halflings-regular.eot'), to: appFonts},
Expand Down

0 comments on commit 074d455

Please sign in to comment.