Skip to content

Commit

Permalink
chore: increase version number to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thgreasi committed Jun 14, 2015
1 parent 40f5484 commit c15d800
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-system-import-transformer",
"version": "1.0.0",
"version": "1.0.1",
"description": "Babel plugin that replaces System.import with the equivalent UMD pattern",
"main": "index.js",
"author": "Thodoris Greasidis",
Expand All @@ -10,13 +10,18 @@
"url": "https://github.com/thgreasi/babel-plugin-system-import-transformer.git"
},
"peerDependencies": {
"babel-core": ">=5.2.0"
"babel-core": "^5.2.0"
},
"keywords": [
"babel",
"babel-plugin",
"system",
"import",
"transformer"
]
"transformer",
"UMD"
],
"bugs": {
"url": "https://github.com/thgreasi/babel-plugin-system-import-transformer/issues"
},
"homepage": "https://github.com/thgreasi/babel-plugin-system-import-transformer"
}

0 comments on commit c15d800

Please sign in to comment.