This repository was archived by the owner on Jun 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 77 "type" : " git" ,
88 "url" : " https://github.com/csvenke/react-semantics.git"
99 },
10- "main" : " index.ts" ,
11- "types" : " index.d.ts" ,
10+ "main" : " dist/index.ts" ,
11+ "types" : " dist/index.d.ts" ,
12+ "files" : [
13+ " dist"
14+ ],
1215 "private" : false ,
1316 "license" : " MIT" ,
1417 "keywords" : [
4750 "typescript" : " ^2.9.2"
4851 },
4952 "scripts" : {
50- "build" : " npm run clean:build && npm run lint && npm run prettify && npm run test && tsc -p ./tsconfig.build.json && cp ./package.json ./dist/lib " ,
51- "clean:build" : " rimraf ./dist/lib " ,
52- "dist " : " cd ./dist/lib && npm publish " ,
53+ "build" : " npm run clean:build && npm run lint && npm run prettify && npm run test && tsc -p ./tsconfig.build.json" ,
54+ "clean:build" : " rimraf ./dist" ,
55+ "prepublish " : " npm run build " ,
5356 "lint" : " tslint -c tslint.json './src/**/*'" ,
5457 "lintfix" : " tslint -c tslint.json --fix './src/**/*'" ,
5558 "prettify" : " prettier -c .prettierrc --write \" src/**/*.@(ts|tsx)\" " ,
Original file line number Diff line number Diff line change 11{
22 "extends" : " ./tsconfig.json" ,
33 "compilerOptions" : {
4- "outDir" : " dist/lib " ,
4+ "outDir" : " dist" ,
55 "sourceMap" : false ,
66 "declaration" : true ,
77 "removeComments" : false
You can’t perform that action at this time.
0 commit comments