@mikw99/node-emberplus-custom 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -19
package/package.json CHANGED
@@ -1,19 +1,14 @@
1
1
  {
2
2
  "name": "@mikw99/node-emberplus-custom",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Custom version of dufourgilles/node-emberplus",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
7
7
  "scripts": {
8
8
  "compile": "rimraf lib && tsc -p .",
9
9
  "compile:watch": "tsc -w -p .",
10
- "tslint": "tslint --project tslint.json --fix",
11
- "tslint:nofix": "tslint --project tslint.json",
12
- "test": "jest --forceExit --detectOpenHandles --passWithNoTests",
13
- "test:badges": "npm run jest-coverage-badges output ./badges",
14
- "test:coverage": "jest --coverage --forceExit --detectOpenHandles && npm run test:badges",
15
- "build": "npm run compile && npm run tslint:nofix && npm run test:coverage",
16
- "jest-coverage-badges": "jest-coverage-badges"
10
+ "test": "exit 0",
11
+ "build": "npm run compile && npm run test:coverage"
17
12
  },
18
13
  "author": "",
19
14
  "files": ["lib"],
@@ -26,21 +21,10 @@
26
21
  "node": ">=10.13.0"
27
22
  },
28
23
  "devDependencies": {
29
- "@types/jest": "^24.0.19",
30
24
  "@types/node": "^12.7.12",
31
25
  "ghooks": "2.0.4",
32
- "jest": "^24.9.0",
33
- "jest-cli": "^24.9.0",
34
- "jest-coverage-badges": "1.1.2",
35
- "jest-create-mock-instance": "^1.1.0",
36
- "jest-jenkins-reporter": "^1.0.2",
37
- "jest-junit-reporter": "^1.1.0",
38
- "jest-serial-runner": "1.1.0",
39
26
  "rimraf": "3.0.0",
40
- "ts-jest": "^24.1.0",
41
27
  "ts-node": "^8.4.1",
42
- "tslint": "^5.20.0",
43
- "tslint-loader": "^3.5.4",
44
28
  "typescript": "^3.6.4"
45
29
  },
46
30
  "dependencies": {