Skip to content

Commit

Permalink
released version 1.1.0 to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed Jan 13, 2016
1 parent cb8b04f commit 2ff0f4b
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions package.json
@@ -1,38 +1,38 @@
{
"files": [
"index.js",
"LICENSE",
"lib",
"examples"
],
"scripts": {
"start": "node_modules/mocha/bin/mocha -w",
"test": "node_modules/mocha/bin/mocha"
},
"repository": {
"url": "git://github.com/daviddenton/q-ext.git",
"type": "git"
},
"author": "daviddenton",
"keywords": [
"q",
"promise"
],
"license": "Apache 2.0",
"readmeFilename": "README.md",
"dependencies": {
"q": "^1.1.1",
"lodash": "^4.0.0"
"lodash": "^4.0.0",
"q": "^1.1.1"
},
"main": "index.js",
"devDependencies": {
"istanbul": "^0.4.2",
"mocha": "^2.0.1",
"coveralls": "^2.11.2",
"chai": "^3.4.1",
"mocha-lcov-reporter": "^1.0.0",
"chai": "^3.4.1"
"coveralls": "^2.11.2",
"mocha": "^2.0.1",
"istanbul": "^0.4.2"
},
"description": "Q extension methods",
"version": "1.0.4",
"name": "q-ext",
"keywords": [
"q",
"promise"
],
"author": "daviddenton",
"repository": {
"type": "git",
"url": "git://github.com/daviddenton/q-ext.git"
},
"scripts": {
"test": "node_modules/mocha/bin/mocha",
"start": "node_modules/mocha/bin/mocha -w"
},
"files": [
"index.js",
"LICENSE",
"lib",
"examples"
]
"version": "1.1.0",
"name": "q-ext"
}

0 comments on commit 2ff0f4b

Please sign in to comment.