Skip to content

Commit

Permalink
feat: move package to @snyk/add-to-package
Browse files Browse the repository at this point in the history
- `snyk-add-to-package` is not owned by `snyk`, so move it into the
  `snyk` npm org
  • Loading branch information
darscan committed May 4, 2019
1 parent 14a81ea commit 493d471
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@

This adds Snyk to the node `package.json` file, as the correct dependency type (which depends on whether the user is protecting or testing).

### Note

This package was previously published to npm as `snyk-add-to-package` and has
been moved to `@snyk/add-to-package`
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "snyk-add-to-package",
"name": "@snyk/add-to-package",
"description": "Adds Snyk to the package dependencies",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 493d471

Please sign in to comment.