Skip to content

Commit

Permalink
To version 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloocana committed Jun 1, 2017
1 parent 52910f5 commit 931d486
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## master


## 1.5.3 (June 1, 2017)

* Update ptz-user-domain.

## 1.5.2 (April 19, 2017)

* Do not call database in order to find a user when authenticateUserForm is
Expand Down
12 changes: 1 addition & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ptz-user-app",
"version": "1.5.2",
"version": "1.5.3",
"description": "Polutz User App.",
"main": "dist/index.js",
"typings": "src/index.js",
Expand Down Expand Up @@ -53,15 +53,5 @@
"jwt-simple": "^0.5.1",
"ptz-core-app": "^1.0.0",
"ptz-user-domain": "^1.8.0"
},
"scriptsBK": {
"lint": "tslint ./src/**/*.ts ./src/**/*.test.ts ./src/**/*.d.ts",
"js": "rimraf dist-esnext && tsc && rimraf dist && babel dist-esnext -d dist --presets es2015 --source-maps",
"pretest": "npm-run-all --parallel js lint",
"mocha": "mocha ./dist/**/*.js --require babel-polyfill",
"test": "nyc npm run mocha && nyc report --reporter=html --reporter=text-lcov > coverage.lcov && f() { EXIT=0; codecov --token=b1c7616b-9a84-436e-9329-50273c9d72db || exit $EXIT; }; f",
"test:cover": "npm run test && opn ./coverage/lcov-report/index.html",
"predebug": "npm run pretest",
"debug": "node --nolazy --debug-brk=5858 dist/index.js"
}
}

0 comments on commit 931d486

Please sign in to comment.