Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Radchenko committed Aug 25, 2014
1 parent e688f96 commit 04edd28
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "emberate",
"description": "go through a directory to make an ember index, it doesn't iterate, it emberates",
"version": "1.0.0-alpha.1",
"description": "helper for using emberjs with commonjs modules",
"version": "1.0.0",
"license": "MIT",
"main": "./lib",
"homepage": "https://github.com/AppGeo/emberate",
Expand All @@ -21,7 +21,9 @@
"ember",
"emberjs",
"browserify",
"streams"
"streams",
"commonjs",
"emberate"
],
"scripts": {
"test": "node ./test/index.js | tnyan",
Expand Down

0 comments on commit 04edd28

Please sign in to comment.