Skip to content

Commit 6f6955f

Browse files
gnikonorovBeyondEvil
authored andcommitted
properly classify all npm dependencies (pytest-dev#425)
1 parent 5404c2a commit 6f6955f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
{
22
"main": "Gruntfile.js",
3-
"dependencies": {
3+
"devDependencies": {
44
"grunt": "^1.3.0",
55
"grunt-cli": "^1.3.2",
6-
"grunt-contrib-qunit": "^4.0.0"
7-
},
8-
"devDependencies": {
6+
"grunt-contrib-qunit": "^4.0.0",
97
"sass": "^1.29.0"
108
},
119
"scripts": {

0 commit comments

Comments
 (0)