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

Commit

Permalink
Merge pull request #1201 from 18F/revert-1167-snyk-fix-82eeeff3
Browse files Browse the repository at this point in the history
Revert "[Snyk] Fix for 10 vulnerable dependency paths"
  • Loading branch information
rememberlenny authored Aug 23, 2017
2 parents 15278e4 + 5b068cf commit 05db2c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 35 deletions.
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
}
}

0 comments on commit 05db2c1

Please sign in to comment.