Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Commit 81903b7

Browse files
committed
1 parent 5ace9d4 commit 81903b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sakuraapi/api",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "MongoDB and TypeScript MEAN Stack Framework for NodeJS",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -16,7 +16,7 @@
1616
"doc:serve": "nodemon --config nodemon.typedoc.json -e ts --exec 'npm run doc:generate && npm run http-server docs/ -- -a localhost -c-1'",
1717
"docker:compose-test": "(docker volume prune -f || echo \"skipped docker volume prune\") ; docker-compose up -d --remove-orphans",
1818
"http-server": "http-server",
19-
"install": "chmod +x scripts/*.*",
19+
"install": "chmod +x scripts/*.* || true",
2020
"istanbul": "istanbul",
2121
"jasmine": "jasmine",
2222
"lint": "npm run build && npm run lint:code && npm run lint:tests",

0 commit comments

Comments
 (0)