Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Revert "[Snyk] Fix for 10 vulnerable dependency paths" #1201

Merged
merged 1 commit into from
Aug 23, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions .snyk

This file was deleted.

10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@
"watch-server": "npm run testing-server & npm run watch",
"watch-test": "NODE_ENV=test karma start --browsers Chrome",
"watch-test-functional": "npm run test-functional -- --watch",
"watch": "webpack --watch",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
"watch": "webpack --watch"
},
"author": "Marco Segreto (marco.segreto@gsa.gov)",
"contributors": [
Expand Down Expand Up @@ -106,8 +104,7 @@
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"watch": "^0.16.0",
"webpack": "^2.3.2",
"snyk": "^1.36.2"
"webpack": "^2.3.2"
},
"devDependencies": {
"babel-register": "^6.18.0",
Expand All @@ -126,6 +123,5 @@
"wdio-jasmine-framework": "^0.2.19",
"wdio-selenium-standalone-service": "0.0.7",
"webdriverio": "^4.6.1"
},
"snyk": true
}
}