Skip to content

Commit

Permalink
[fixed] TypeScript outDir bug
Browse files Browse the repository at this point in the history
  • Loading branch information
appsforartists committed Dec 7, 2016
1 parent 2e3e0ab commit 667f8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "The core architecture for Material Motion.",
"main": "dist/index.js",
"types": "src/index.ts",
"types": "dist/index.d.ts",
"scripts": {
"clean": "rm -rf dist",
"build": "$(npm bin)/tsc",
Expand Down

0 comments on commit 667f8f6

Please sign in to comment.