Skip to content

Commit

Permalink
fix(package): correct typings path
Browse files Browse the repository at this point in the history
non critical, but entry point for typings should point to same location as CJS output.
  • Loading branch information
robwormald authored and benlesh committed Oct 16, 2015
1 parent a12a5ae commit a501b06
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 @@ -94,5 +94,5 @@
"engines": {
"npm": "~2.0.0"
},
"typings": "./dist/es6/Rx.d.ts"
"typings": "./dist/cjs/Rx.d.ts"
}

0 comments on commit a501b06

Please sign in to comment.