Skip to content

Commit

Permalink
improve typescript declaration imports
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Jun 16, 2017
1 parent 946af4a commit a8dd03d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions chrome-launcher/index.ts
@@ -0,0 +1 @@
export * from './chrome-launcher';
2 changes: 1 addition & 1 deletion chrome-launcher/package.json
@@ -1,6 +1,6 @@
{
"name": "chrome-launcher",
"main": "chrome-launcher.js",
"main": "index.js",
"scripts": {
"build": "tsc",
"dev": "tsc -w",
Expand Down

0 comments on commit a8dd03d

Please sign in to comment.