Skip to content

Commit cc4dd3f

Browse files
author
Sascha Braun
committed
fix package.json
1 parent bef0074 commit cc4dd3f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
"name": "vuex-simple",
33
"version": "1.2.0",
44
"description": "A simpler way to write your Vuex store in Typescript",
5-
"main": "build/main/src/index.js",
6-
"typings": "build/main/src/index.d.ts",
7-
"module": "build/module/src/index.js",
5+
"main": "build/src/index.js",
6+
"typings": "build/src/index.d.ts",
87
"repository": "https://github.com/sascha245/vuex-simple",
98
"license": "MIT",
109
"keywords": [
@@ -18,7 +17,7 @@
1817
],
1918
"scripts": {
2019
"serve": "vue-cli-service serve ./samples/main.ts",
21-
"build": "tsc -p tsconfig.prod.json",
20+
"build": "rimraf ./build && tsc -p tsconfig.prod.json",
2221
"lint": "vue-cli-service lint",
2322
"test:unit": "vue-cli-service test:unit --verbose",
2423
"validate": "npm run build && npm run test:unit && npm pack --dry-run"

0 commit comments

Comments
 (0)