Skip to content

Commit

Permalink
Move punycode from devDependencies to dependencies (annexare#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
slaweet committed Jan 11, 2021
1 parent e9c5a04 commit 771130b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,16 @@
"lint": "eslint gulpfile.js; exit 0"
},
"typings": "./dist/index.d.ts",
"dependencies": {
"punycode": "^2.1.1"
},
"devDependencies": {
"@babel/core": "~7.12.10",
"@babel/preset-env": "~7.12.11",
"babel-loader": "~8.2.2",
"eslint": "~7.17.0",
"gulp": "~4.0.2",
"jest": "~26.6.3",
"punycode": "2.1.1",
"terser-webpack-plugin": "~5.0.3",
"webpack": "~5.12.1"
},
Expand Down

0 comments on commit 771130b

Please sign in to comment.