File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.0" ,
4
4
"description" : " Creates Material Motion springs powered by Rebound" ,
5
5
"main" : " dist/index.js" ,
6
- "types" : " src/index.ts" ,
6
+ "types" : " dist/index.d.ts" ,
7
+ "typescript:main" : " src/index.ts" ,
7
8
"scripts" : {
8
9
"lint" : " $( yarn bin )/tslint -c ../../tslint.json --project tsconfig.json" ,
9
10
"test" : " node ../../tools/test.js --only springs-adaptor-rebound" ,
Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.0" ,
4
4
"description" : " A stream-powered implementation of Material Motion" ,
5
5
"main" : " dist/index.js" ,
6
- "types" : " src/index.ts" ,
6
+ "types" : " dist/index.d.ts" ,
7
+ "typescript:main" : " src/index.ts" ,
7
8
"scripts" : {
8
9
"lint" : " ../../node_modules/.bin/tslint -c ../../tslint.json --project tsconfig.json" ,
9
10
"clean" : " rm -rf ./dist/*; mkdir -p ./dist/" ,
Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.0" ,
4
4
"description" : " Utilities for testing the Material Motion framework" ,
5
5
"main" : " dist/index.js" ,
6
- "types" : " src/index.ts" ,
6
+ "types" : " dist/index.d.ts" ,
7
+ "typescript:main" : " src/index.ts" ,
7
8
"scripts" : {
8
9
"clean" : " rm -rf ./dist/*; mkdir -p ./dist/" ,
9
10
"build" : " yarn run clean; ../../node_modules/.bin/tsc"
You can’t perform that action at this time.
0 commit comments