Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbretman committed Mar 28, 2019
1 parent 71f7a60 commit f6c2095
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amd-to-es6",
"version": "0.1.0",
"version": "0.2.0",
"description": "Convert AMD modules into ES6 modules",
"author": "Jon Bretman",
"main": "index.js",
Expand All @@ -24,12 +24,12 @@
"acorn-jsx": "^5.0.1",
"commander": "^2.4.0",
"falafel": "^2.1.0",
"glob": "^4.0.6",
"glob": "^7.1.3",
"js-beautify": "~1.5.1",
"mkdirp": "^0.5.0"
},
"devDependencies": {
"nodeunit": "~0.9.0"
"nodeunit": "^0.11.3"
},
"scripts": {
"test": "node_modules/.bin/nodeunit test/spec.js"
Expand Down

0 comments on commit f6c2095

Please sign in to comment.