|
1 | 1 | {
|
2 | 2 | "name": "bootstrap-vue",
|
3 |
| - "version": "1.5.0", |
4 |
| - "description": |
5 |
| - "BootstrapVue provides one of the most comprehensive implementations of Bootstrap 4 components and grid system for Vue.js and with extensive and automated WAI-ARIA accessibility markup.", |
| 3 | + "version": "2.0.0-rc.0", |
| 4 | + "description": "BootstrapVue provides one of the most comprehensive implementations of Bootstrap 4 components and grid system for Vue.js and with extensive and automated WAI-ARIA accessibility markup.", |
6 | 5 | "main": "dist/bootstrap-vue.common.js",
|
7 | 6 | "web": "dist/bootstrap-vue.js",
|
8 | 7 | "module": "es/index.js",
|
|
43 | 42 | "type": "git",
|
44 | 43 | "url": "git+https://github.com/bootstrap-vue/bootstrap-vue.git"
|
45 | 44 | },
|
46 |
| - "files": ["src", "dist", "nuxt", "es"], |
| 45 | + "files": [ |
| 46 | + "src", |
| 47 | + "dist", |
| 48 | + "nuxt", |
| 49 | + "es" |
| 50 | + ], |
47 | 51 | "scripts": {
|
48 | 52 | "build": "scripts/build",
|
49 | 53 | "watch": "rollup -c scripts/rollup.config.js --watch",
|
50 | 54 | "docs-dev": "nuxt dev -c docs/nuxt.config.js",
|
51 | 55 | "docs-gen": "nuxt generate -c docs/nuxt.config.js",
|
52 | 56 | "docs-build": "nuxt build -c docs/nuxt.config.js",
|
53 |
| - "docs-publish": |
54 |
| - "gh-pages -t -d docs-dist -b master -r git@github.com:bootstrap-vue/bootstrap-vue.github.io.git", |
| 57 | + "docs-publish": "gh-pages -t -d docs-dist -b master -r git@github.com:bootstrap-vue/bootstrap-vue.github.io.git", |
55 | 58 | "test": "yarn lint && NODE_ENV=test jest",
|
56 | 59 | "lint": "eslint src scripts docs tests nuxt",
|
57 | 60 | "release": "npm run build && npm run test && standard-version",
|
|
107 | 110 | },
|
108 | 111 | "jest": {
|
109 | 112 | "testRegex": "spec.js$",
|
110 |
| - "moduleFileExtensions": ["js", "vue"], |
| 113 | + "moduleFileExtensions": [ |
| 114 | + "js", |
| 115 | + "vue" |
| 116 | + ], |
111 | 117 | "transform": {
|
112 | 118 | "^.+\\.js$": "babel-jest",
|
113 | 119 | ".*\\.(vue)$": "vue-jest",
|
|
0 commit comments