Skip to content

Commit

Permalink
Bump version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bobak committed Jun 2, 2015
1 parent 955b8b8 commit 920c705
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 58 deletions.
14 changes: 14 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
0.7.1 / 2015-06-02
==================

* 955b8b8 fix: gui tests for scoped packages
* 48439bc fix: allow '/' scoped packages for UI
* 1aefc5e fix: repository URLs in style of 'git+http'
* 9c57683 improve: be smarter with scoped URLs
* b2f142d Run tests on 0.12 as well
* 9da939a Only respond after attachment stream is finished writing
* eeed233 chore: fix merge conflict
* 90b2f94 chore: bump dependencies
* f6f1661 chore: bump winston@1.0
* 2a615ab doc: bring History up-to-date

0.7.0 / 2015-05-03
==================

Expand Down
116 changes: 58 additions & 58 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,60 +1,60 @@
{
"name": "nopar",
"version": "0.7.0",
"description": "Abstrakt Node Package Registry & Proxy",
"bin": {
"nopar": "bin/nopar"
},
"main": "./nopar.js",
"scripts": {
"start": "./bin/nopar",
"test": "jshint *.js lib/*js test/*js && mocha -R spec test/*-test.js",
"watch": "mocha -w -G -R spec test/*-test.js",
"package": "scripts/package"
},
"repository": {
"type": "git",
"url": "git@github.com:afbobak/nopar.git"
},
"keywords": [
"npm",
"registry",
"proxy"
],
"homepage": "https://github.com/afbobak/nopar/",
"bugs": "https://github.com/afbobak/nopar/issues/",
"author": "Andreas F. Bobak <bobak@abstrakt.ch>",
"license": "BSD",
"dependencies": {
"body-parser": "^1.9",
"connect-flash": "~0.1.1",
"cookie-parser": "^1.3.2",
"daemon": "^1.1.0",
"ejs": "^2.3",
"errorhandler": "^1.1.1",
"express": "^4.5",
"express-session": "^1.6.3",
"marked": "^0.3.2",
"morgan": "^1.4",
"mustache": "^2.0",
"semver": "^4.3",
"serve-favicon": "^2.0.1",
"stylus": "^0.51.1",
"winston": "^1.0"
},
"devDependencies": {
"chai": "^2.3",
"jshint": "^2.5",
"mocha": "^2.2",
"sinon": "^1.14",
"supertest": "^0.15"
},
"engines": {
"node": ">=0.10.25"
},
"build": {
"number": "0",
"id": "bobak@ravioli.local",
"url": ""
}
"name": "nopar",
"version": "0.7.1",
"description": "Abstrakt Node Package Registry & Proxy",
"bin": {
"nopar": "bin/nopar"
},
"main": "./nopar.js",
"scripts": {
"start": "./bin/nopar",
"test": "jshint *.js lib/*js test/*js && mocha -R spec test/*-test.js",
"watch": "mocha -w -G -R spec test/*-test.js",
"package": "scripts/package"
},
"repository": {
"type": "git",
"url": "git@github.com:afbobak/nopar.git"
},
"keywords": [
"npm",
"registry",
"proxy"
],
"homepage": "https://github.com/afbobak/nopar/",
"bugs": "https://github.com/afbobak/nopar/issues/",
"author": "Andreas F. Bobak <bobak@abstrakt.ch>",
"license": "BSD",
"dependencies": {
"body-parser": "^1.9",
"connect-flash": "~0.1.1",
"cookie-parser": "^1.3.2",
"daemon": "^1.1.0",
"ejs": "^2.3",
"errorhandler": "^1.1.1",
"express": "^4.5",
"express-session": "^1.6.3",
"marked": "^0.3.2",
"morgan": "^1.4",
"mustache": "^2.0",
"semver": "^4.3",
"serve-favicon": "^2.0.1",
"stylus": "^0.51.1",
"winston": "^1.0"
},
"devDependencies": {
"chai": "^2.3",
"jshint": "^2.5",
"mocha": "^2.2",
"sinon": "^1.14",
"supertest": "^0.15"
},
"engines": {
"node": ">=0.10.25"
},
"build": {
"number": "0",
"id": "bobak@ravioli.local",
"url": ""
}
}

0 comments on commit 920c705

Please sign in to comment.