|
1 | 1 | { |
2 | 2 | "name": "dom-renderer", |
3 | | - "version": "0.8.1", |
| 3 | + "version": "0.9.0", |
4 | 4 | "description": "Template engine based on HTML 5, ECMAScript 6 & MVVM", |
5 | 5 | "keywords": [ |
6 | 6 | "template", |
|
32 | 32 | "pack": "cross-env NODE_ENV=pack amd-bundle source/index dist/dom-renderer -m", |
33 | 33 | "patch": "babel source/DOM/polyfill.js -o dist/polyfill.js", |
34 | 34 | "build": "npm run format && npm run lint && npm run pack && npm run patch", |
35 | | - "debug": "npm run pack && mocha --inspect-brk", |
| 35 | + "debug": "npm run pack && mocha --inspect-brk --no-timeouts", |
36 | 36 | "test": "npm run build && mocha --exit && esdoc", |
37 | 37 | "prepublishOnly": "npm test", |
38 | | - "help": "esdoc && web-server docs/ -o" |
| 38 | + "help": "esdoc && opn docs/index.html" |
39 | 39 | }, |
40 | 40 | "husky": { |
41 | 41 | "hooks": { |
42 | 42 | "pre-commit": "npm test && git add ." |
43 | 43 | } |
44 | 44 | }, |
45 | 45 | "peerDependencies": { |
46 | | - "@babel/polyfill": "^7.2.5" |
| 46 | + "@babel/polyfill": "^7.4.4" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | | - "@babel/cli": "^7.2.3", |
50 | | - "@babel/polyfill": "^7.2.5", |
51 | | - "@babel/preset-env": "^7.3.4", |
52 | | - "@babel/register": "^7.0.0", |
53 | | - "amd-bundle": "^1.7.7", |
| 49 | + "@babel/cli": "^7.4.4", |
| 50 | + "@babel/polyfill": "^7.4.4", |
| 51 | + "@babel/preset-env": "^7.4.4", |
| 52 | + "@babel/register": "^7.4.4", |
| 53 | + "amd-bundle": "^1.7.8", |
54 | 54 | "babel-plugin-inline-import": "^3.0.0", |
55 | 55 | "cross-env": "^5.2.0", |
56 | 56 | "esdoc": "^1.1.0", |
57 | 57 | "esdoc-ecmascript-proposal-plugin": "^1.0.0", |
58 | 58 | "esdoc-external-webapi-plugin": "^1.0.0", |
59 | 59 | "esdoc-standard-plugin": "^1.0.0", |
60 | | - "eslint": "^5.15.1", |
61 | | - "husky": "^1.3.1", |
62 | | - "jsdom": "^14.0.0", |
63 | | - "koapache": "^1.0.6", |
64 | | - "mocha": "^6.0.2", |
65 | | - "prettier": "^1.16.4", |
| 60 | + "eslint": "^5.16.0", |
| 61 | + "husky": "^2.1.0", |
| 62 | + "jsdom": "^15.0.0", |
| 63 | + "mocha": "^6.1.4", |
| 64 | + "opn-cli": "^4.1.0", |
| 65 | + "prettier": "^1.17.0", |
66 | 66 | "should": "^13.2.3", |
67 | 67 | "should-sinon": "0.0.6", |
68 | | - "sinon": "^7.2.7" |
| 68 | + "sinon": "^7.3.2" |
69 | 69 | }, |
70 | 70 | "prettier": { |
71 | 71 | "tabWidth": 4, |
|
0 commit comments