File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " vuex-simple" ,
3
3
"version" : " 1.2.0" ,
4
4
"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" ,
8
7
"repository" : " https://github.com/sascha245/vuex-simple" ,
9
8
"license" : " MIT" ,
10
9
"keywords" : [
18
17
],
19
18
"scripts" : {
20
19
"serve" : " vue-cli-service serve ./samples/main.ts" ,
21
- "build" : " tsc -p tsconfig.prod.json" ,
20
+ "build" : " rimraf ./build && tsc -p tsconfig.prod.json" ,
22
21
"lint" : " vue-cli-service lint" ,
23
22
"test:unit" : " vue-cli-service test:unit --verbose" ,
24
23
"validate" : " npm run build && npm run test:unit && npm pack --dry-run"
You can’t perform that action at this time.
0 commit comments