This repository was archived by the owner on Dec 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments