"browser": "dist/vue-router.esm.js",
"unpkg": "dist/vue-router.js",
"module": "dist/vue-router.esm-bundler.js",
- "types": "dist/vue-router.d.ts",
+ "typings": "dist/vue-router.d.ts",
"sideEffects": false,
"license": "MIT",
"files": [
],
"scripts": {
"build": "yarn rollup -c rollup.config.js",
- "build:dts": "yarn rollup -c rollup.config.js",
+ "build:dts": "api-extractor run --local --verbose",
"dev": "webpack-dev-server --mode=development",
"release": "bash scripts/release.sh",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 2",
"lint:fix": "yarn run lint --write",
"test:types": "tsc --build tsconfig.json",
"test:unit": "jest --coverage",
- "test": "yarn run test:types && yarn run test:unit && yarn build",
+ "test": "yarn run test:types && yarn run test:unit",
"prepublishOnly": "yarn run build && yarn run build:dts"
},
"peerDependencies": {