Skip to content

Commit

Permalink
Updated version to 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-steele-idem committed Nov 5, 2014
1 parent f5bced6 commit 01b3243
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions package.json
@@ -1,40 +1,40 @@
{
"name": "raptor-amd",
"description": "Module to support AMD with RaptorJS 3 (CommonJS)",
"keywords": [
"AMD",
"modules",
"loader",
"raptor"
],
"repository": {
"type": "git",
"url": "https://github.com/raptorjs/raptor-amd.git"
},
"scripts": {
"test": "node_modules/.bin/mocha --ui bdd --reporter spec ./test"
},
"author": "Patrick Steele-Idem <pnidem@gmail.com>",
"contributors": [
"Patrick Steele-Idem <pnidem@gmail.com>",
"Phillip Gates-Idem <phillip.idem@gmail.com>"
],
"maintainers": "Patrick Steele-Idem <pnidem@gmail.com>",
"dependencies": {
"raptor-modules": "^1.0.5",
"raptor-polyfill": "^1.0.1",
"raptor-util": "^1.0.0"
},
"devDependencies": {
"mocha": "~1.15.1",
"chai": "~1.8.1"
},
"license": "Apache License v2.0",
"bin": {},
"main": "lib/raptor-amd.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"ebay": {},
"version": "1.1.5"
}
"name": "raptor-amd",
"description": "Module to support AMD with RaptorJS 3 (CommonJS)",
"keywords": [
"AMD",
"modules",
"loader",
"raptor"
],
"repository": {
"type": "git",
"url": "https://github.com/raptorjs/raptor-amd.git"
},
"scripts": {
"test": "node_modules/.bin/mocha --ui bdd --reporter spec ./test"
},
"author": "Patrick Steele-Idem <pnidem@gmail.com>",
"contributors": [
"Patrick Steele-Idem <pnidem@gmail.com>",
"Phillip Gates-Idem <phillip.idem@gmail.com>"
],
"maintainers": "Patrick Steele-Idem <pnidem@gmail.com>",
"dependencies": {
"raptor-modules": "^1.0.5",
"raptor-polyfill": "^1.0.1",
"raptor-util": "^1.0.0"
},
"devDependencies": {
"mocha": "~1.15.1",
"chai": "~1.8.1"
},
"license": "Apache License v2.0",
"bin": {},
"main": "lib/raptor-amd.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"ebay": {},
"version": "1.1.6"
}

0 comments on commit 01b3243

Please sign in to comment.