Skip to content

Commit

Permalink
v1.3.5 release 🚀
Browse files Browse the repository at this point in the history
Add @babel/polyfill as a dependency
  • Loading branch information
jamesgeorge007 committed Apr 14, 2019
1 parent 9f7167d commit bf96e59
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
9 changes: 3 additions & 6 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mevn-cli",
"version": "1.3.3",
"version": "1.3.5",
"description": "A cli tool for MEVN stack.",
"main": "./bin/mevn.js",
"files": [
Expand Down Expand Up @@ -54,12 +54,12 @@
"node-cmd": "^3.0.0",
"opn": "^5.4.0",
"shelljs": "^0.8.2",
"validate-npm-package-name": "^3.0.0"
"validate-npm-package-name": "^3.0.0",
"@babel/polyfill": "^7.4.3"
},
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/polyfill": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
Expand Down

0 comments on commit bf96e59

Please sign in to comment.