Skip to content

Commit

Permalink
[added] typescript:main to package.json
Browse files Browse the repository at this point in the history
Summary: Closes #142

Reviewers: #material_motion, O2 Material Motion, featherless

Reviewed By: #material_motion, O2 Material Motion, featherless

Tags: #material_motion

Differential Revision: http://codereview.cc/D2471
  • Loading branch information
appsforartists committed Jan 6, 2017
1 parent 0c33a02 commit 8f38c7e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/springs-adaptor-rebound/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "0.0.0",
"description": "Creates Material Motion springs powered by Rebound",
"main": "dist/index.js",
"types": "src/index.ts",
"types": "dist/index.d.ts",
"typescript:main": "src/index.ts",
"scripts": {
"lint": "$( yarn bin )/tslint -c ../../tslint.json --project tsconfig.json",
"test": "node ../../tools/test.js --only springs-adaptor-rebound",
Expand Down
3 changes: 2 additions & 1 deletion packages/streams/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "0.0.0",
"description": "A stream-powered implementation of Material Motion",
"main": "dist/index.js",
"types": "src/index.ts",
"types": "dist/index.d.ts",
"typescript:main": "src/index.ts",
"scripts": {
"lint": "../../node_modules/.bin/tslint -c ../../tslint.json --project tsconfig.json",
"clean": "rm -rf ./dist/*; mkdir -p ./dist/",
Expand Down
3 changes: 2 additions & 1 deletion packages/testing-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "0.0.0",
"description": "Utilities for testing the Material Motion framework",
"main": "dist/index.js",
"types": "src/index.ts",
"types": "dist/index.d.ts",
"typescript:main": "src/index.ts",
"scripts": {
"clean": "rm -rf ./dist/*; mkdir -p ./dist/",
"build": "yarn run clean; ../../node_modules/.bin/tsc"
Expand Down

0 comments on commit 8f38c7e

Please sign in to comment.