Skip to content

Commit

Permalink
Merge pull request #19 from abraham/module
Browse files Browse the repository at this point in the history
Add module entrypoint to package.json
  • Loading branch information
abraham authored Jul 20, 2018
2 parents 739fa83 + 02331d9 commit 430d76f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.6.2",
"description": "Lightweight TypeScript RemoteData implementation",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 430d76f

Please sign in to comment.