Skip to content

Commit

Permalink
[dist] Version bump. 0.1.1. npm > 1.0 compat.
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed May 14, 2011
1 parent 0e9c89b commit 82a74cb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .gitignore
@@ -1,4 +1,6 @@
test/output/*.js
test/output/vows/*.js
test/output/steps/*.js
test/beta-test.js
test/beta-test.js
node_modules/
node_modules/*
18 changes: 11 additions & 7 deletions package.json
@@ -1,18 +1,22 @@
{
"name": "kyuri",
"description": "a cucumber implementation with a few extra asynchronous keywords. supports 160+ languages and exports to VowsJS stubs",
"version": "0.1.0",
"version": "0.1.1",
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"repository": {
"type": "git",
"url": "http://github.com/nodejitsu/kyuri.git"
"type": "git",
"url": "http://github.com/nodejitsu/kyuri.git"
},
"keywords": ["kyuri", "cucumber", "gherkin", "VowsJS"],
"dependencies": {
"underscore": ">= 1.1.0",
"eyes": "0.1.6"
"underscore": "1.1.x",
"vows": "0.5.x",
"eyes": "0.1.x"
},
"devDependencies": {
"vows": "0.5.x"
},
"main": "./lib/kyuri",
"scripts": { "test": "vows" },
"engines": { "node": ">= 0.2.0" }
"scripts": { "test": "vows --spec" },
"engines": { "node": "0.4.x" }
}

0 comments on commit 82a74cb

Please sign in to comment.