|
@@ -15,20 +15,14 @@
|
|
|
"postinstall": "opencollective-postinstall",
|
|
|
"test": "mocha -r ts-node/register -r jsdom-global/register test/**/*.ts"
|
|
|
},
|
|
|
- "husky": {
|
|
|
- "hooks": {}
|
|
|
- },
|
|
|
"release": {
|
|
|
"branch": "master"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "@commitlint/cli": "^7.2.1",
|
|
|
- "@commitlint/config-angular": "^7.1.2",
|
|
|
- "@commitlint/config-conventional": "^7.1.2",
|
|
|
"@types/chai": "^4.1.7",
|
|
|
"@types/mocha": "^5.2.6",
|
|
|
"chai": "^4.2.0",
|
|
|
- "commitlint": "^7.2.1",
|
|
|
+ "mocha": "^6.0.2",
|
|
|
"grunt": "^1.0.3",
|
|
|
"grunt-browserify": "^5.3.0",
|
|
|
"grunt-cli": "^1.3.1",
|
|
@@ -36,12 +30,9 @@
|
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
|
"grunt-contrib-uglify": "^4.0.0",
|
|
|
"grunt-ts": "^6.0.0-beta.21",
|
|
|
- "husky": "^1.1.2",
|
|
|
"jsdom": "14.0.0",
|
|
|
"jsdom-global": "3.0.2",
|
|
|
- "mocha": "^6.0.2",
|
|
|
"standard": "^12.0.1",
|
|
|
- "standard-version": "^4.4.0",
|
|
|
"ts-node": "^8.0.3",
|
|
|
"typescript": "^3.3.4000"
|
|
|
},
|