Skip to content

Commit

Permalink
Types moved from devDependencies to dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Giedrius Grabauskas committed Apr 13, 2017
1 parent 034d97c commit 02481f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
"node": ">=6.0.0"
},
"devDependencies": {
"@types/glob": "^5.0.30",
"@types/uglify-js": "^2.6.28",
"@types/yargs": "6.6.0",
"typescript": "^2.2.2"
},
"dependencies": {
"glob": "^7.1.1",
"uglify-js": "^2.8.21",
"yargs": "^7.0.2"
"yargs": "^7.0.2",
"@types/glob": "^5.0.30",
"@types/uglify-js": "^2.6.28",
"@types/yargs": "6.6.0"
},
"bin": {
"glob-uglifyjs": "./dist/cli.js"
Expand Down

0 comments on commit 02481f9

Please # to comment.