Skip to content

Commit

Permalink
Fix values for atributes
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel.pires committed Nov 13, 2023
1 parent 4fcebdb commit a446c69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 245 deletions.
243 changes: 0 additions & 243 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "app.js",
"scripts": {
"start": "node bin/www",
"dev": "nodemon bin/www",
"dev": "node --watch bin/www",
"lint": "./node_modules/.bin/eslint ./server/**/*.js",
"test": "mocha --reporter spec test/ --exit",
"coverage": "nyc mocha --exit --reporter progress ./test/",
Expand All @@ -28,7 +28,6 @@
"eslint": "^8.49.0",
"mocha": "^10.2.0",
"nock": "^13.3.3",
"nodemon": "^3.0.1",
"nyc": "^15.1.0",
"supertest": "^6.3.3"
}
Expand Down

0 comments on commit a446c69

Please sign in to comment.