Skip to content

Commit d44d7f2

Browse files
aimee-gmjgarber623
authored andcommitted
Correct dependencies to devDependencies
The “dependencies” of this package are only required for the development of the package itself and these are not required by any project that wishes to use this as a dependency. As such, they should be listed as devDependencies to prevent them from being installed. https://docs.npmjs.com/specifying-dependencies-and-devdependencies-in-a-package-json-file
1 parent e9e2b90 commit d44d7f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"scripts": {
1616
"test": "echo \"Error: no test specified\" && exit 1"
1717
},
18-
"dependencies": {
18+
"devDependencies": {
1919
"blipp": "2.1.x",
2020
"boom": "2.7.x",
2121
"good": "6.1.x",

0 commit comments

Comments
 (0)