Skip to content
This repository has been archived by the owner on Dec 28, 2020. It is now read-only.

Commit

Permalink
0.0.1-canary.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nprail committed Feb 18, 2018
1 parent c846233 commit 2100004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maxup-api",
"version": "0.0.1",
"version": "0.0.1-canary.0",
"description": "⚙ The API for maxup!",
"main": "app.js",
"repository": "filiosoft/maxup-api",
Expand Down Expand Up @@ -31,7 +31,7 @@
"start": "node app.js",
"test": "yarn run eslint-report && yarn run eslint",
"eslint-report": "eslint . -f node_modules/eslint-html-reporter/reporter.js -o tests/eslint.html || exit 0",
"eslint": "eslint .",
"eslint": "eslint .",
"docs": "apidoc -i api/ -o docs/ && cp -r tests/ docs/"
},
"devDependencies": {
Expand Down

0 comments on commit 2100004

Please sign in to comment.