Skip to content

Commit

Permalink
Fix babel dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ianpogi5 committed May 13, 2020
1 parent 85eedf1 commit 1f0f883
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kdcsoftware/create-nodejs",
"version": "0.1.3",
"version": "0.1.4",
"description": "NodeJs boilerplate",
"main": "lib/index.js",
"bin": "./cli.js",
Expand Down Expand Up @@ -29,6 +29,7 @@
},
"homepage": "https://github.com/kdcsoftware/create-boilerplate#readme",
"dependencies": {
"@babel/runtime": "^7.9.6",
"chalk": "^4.0.0",
"commander": "^5.1.0",
"envinfo": "^7.5.1",
Expand All @@ -40,7 +41,6 @@
"@babel/core": "^7.9.6",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/runtime": "^7.9.6",
"@types/jest": "^25.2.1",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.0.1",
Expand Down

0 comments on commit 1f0f883

Please sign in to comment.