Skip to content

Commit

Permalink
fix: entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego committed Jul 18, 2018
1 parent 78b420a commit 4231ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "observable-membrane",
"version": "0.25.0",
"description": "A Javascript Membrane implementation using Proxies to observe mutation on an object graph",
"main": "dist/umd/observable-membrane.js",
"main": "dist/commonjs/observable-membrane.js",
"module": "dist/modules/observable-membrane.js",
"typings": "dist/types/main.d.ts",
"license": "MIT",
Expand Down

0 comments on commit 4231ecb

Please sign in to comment.