Skip to content

Commit

Permalink
properly classify all npm dependencies (pytest-dev#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikonorov authored and BeyondEvil committed May 10, 2021
1 parent 5404c2a commit 6f6955f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"main": "Gruntfile.js",
"dependencies": {
"devDependencies": {
"grunt": "^1.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-qunit": "^4.0.0"
},
"devDependencies": {
"grunt-contrib-qunit": "^4.0.0",
"sass": "^1.29.0"
},
"scripts": {
Expand Down

0 comments on commit 6f6955f

Please sign in to comment.