|
2 | 2 | "name": "vue-toastr", |
3 | 3 | "version": "2.1.0", |
4 | 4 | "description": "Toastr for Vue.js no jquery dependencies", |
| 5 | + "author": "s4l1h", |
5 | 6 | "scripts": { |
6 | 7 | "build": "vue-cli-service build", |
| 8 | + "test": "vue-cli-service test", |
7 | 9 | "lint": "vue-cli-service lint", |
8 | 10 | "demo": "vue-cli-service demo", |
9 | 11 | "docs": "npm run docs:serve", |
10 | 12 | "docs:build": "vue-cli-service docs --mode build", |
11 | 13 | "docs:serve": "vue-cli-service docs --mode serve", |
12 | | - "prepublish": "vue-cli-service lint && vue-cli-service docs --mode build && vue-cli-service build" |
| 14 | + "prepublish": "vue-cli-service lint && vue-cli-service docs --mode build && vue-cli-service build", |
| 15 | + "test:unit": "vue-cli-service test:unit" |
13 | 16 | }, |
14 | 17 | "main": "dist/vue-toastr.common.js", |
15 | 18 | "module": "dist/vue-toastr.esm.js", |
|
25 | 28 | "devDependencies": { |
26 | 29 | "@vue/cli-plugin-babel": "^3.8.0", |
27 | 30 | "@vue/cli-plugin-eslint": "^3.8.0", |
| 31 | + "@vue/cli-plugin-unit-jest": "^3.8.0", |
28 | 32 | "@vue/cli-service": "^3.8.0", |
| 33 | + "@vue/test-utils": "1.0.0-beta.29", |
| 34 | + "babel-core": "7.0.0-bridge.0", |
29 | 35 | "babel-eslint": "^10.0.1", |
| 36 | + "babel-jest": "^23.6.0", |
30 | 37 | "eslint": "^5.16.0", |
31 | 38 | "eslint-plugin-vue": "^5.0.0", |
32 | 39 | "node-sass": "^4.12.0", |
|
58 | 65 | "> 1%", |
59 | 66 | "last 2 versions" |
60 | 67 | ], |
61 | | - "jsdelivr": "dist/vue-toastr.umd.min.js", |
62 | | - "sideeffects": false, |
63 | | - "repository": { |
64 | | - "type": "git", |
65 | | - "url": "git+https://github.com/s4l1h/vue-toastr.git" |
| 68 | + "bugs": { |
| 69 | + "url": "https://github.com/s4l1h/vue-toastr/issues" |
66 | 70 | }, |
| 71 | + "homepage": "https://github.com/s4l1h/vue-toastr#readme", |
| 72 | + "jsdelivr": "dist/vue-toastr.umd.min.js", |
67 | 73 | "keywords": [ |
68 | 74 | "vuejs", |
69 | 75 | "vue", |
70 | 76 | "vue-component", |
71 | 77 | "component" |
72 | 78 | ], |
73 | | - "author": "s4l1h", |
74 | 79 | "license": "MIT", |
75 | | - "bugs": { |
76 | | - "url": "https://github.com/s4l1h/vue-toastr/issues" |
| 80 | + "repository": { |
| 81 | + "type": "git", |
| 82 | + "url": "git+https://github.com/s4l1h/vue-toastr.git" |
77 | 83 | }, |
78 | | - "homepage": "https://github.com/s4l1h/vue-toastr#readme" |
| 84 | + "sideeffects": false |
79 | 85 | } |
0 commit comments