We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 806672e commit c313bebCopy full SHA for c313beb
package.json
@@ -4,7 +4,8 @@
4
"description": "JSONAPI support for loopback",
5
"main": "lib/index.js",
6
"scripts": {
7
- "test": "npm run lint && mocha --reporter=spec ./test/**/*.test.js",
+ "inspect": "jsinspect .",
8
+ "test": "npm run lint && mocha --reporter=spec ./test/**/*.test.js && npm run inspect",
9
"tester": "mocha --reporter=spec ./test/**/*.test.js",
10
"lint": "eslint .",
11
"version:major": "xyz -i major",
@@ -39,6 +40,7 @@
39
40
"babel-eslint": "^4.1.3",
41
"chai": "^3.3.0",
42
"eslint": "^1.6.0",
43
+ "jsinspect": "^0.7.2",
44
"loopback": "^2.22.2",
45
"loopback-datasource-juggler": "^2.40.1",
46
"mocha": "^2.3.3",
0 commit comments