Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
This is the first release to be published to NPM.
  • Loading branch information
jbpros committed Jul 28, 2011
1 parent 0cdb91e commit 172dd29
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .npmignore
@@ -0,0 +1,7 @@
.DS_Store
node_modules
*~
.#*
.rvmrc
doc/
tmp/
6 changes: 4 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{ "name" : "cucumber"
, "description" : "Pure Javascript implementation of Cucumber."
, "description" : "The official JavaScript implementation of Cucumber."
, "keywords" : [ "testing", "bdd", "cucumber", "gherkin", "tests" ]
, "version" : "0.1.0"
, "version" : "0.1.1"
, "homepage" : "http://github.com/cucumber/cucumber-js"
, "author" : "Julien Biezemans <jb@jbpros.com>"
, "contributors" : [
Expand All @@ -23,6 +23,8 @@
, "connect" : "1.6.0"
, "browserify" : "1.3.0"
}
, "scripts" : { "test" : "./run_all_features.js" }
, "bin": { "cucumber.js": "./cucumber.js" }
, "licenses" :
[ { "type" : "MIT"
, "url" : "http://github.com/cucumber/cucumber.js/LICENSE"
Expand Down

0 comments on commit 172dd29

Please sign in to comment.