Skip to content

Commit

Permalink
Fix issue 91 updating module filed inside package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
galelis committed May 15, 2018
1 parent 92a87bd commit 713ea6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.md
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [unreleased]
### Fix
- Fix module field inside package.json was pointing to src file that is not present in new npm module, pointed it to dist folder now. (issue#91)
- (Webpack) Issue #85: Output global object must be 'this'

## [1.8.0] - 2018-04-12
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,6 +3,7 @@
"version": "1.8.0",
"description": "Javascript parser for DICOM Part 10 data",
"main": "dist/dicomParser.min.js",
"module": "dist/dicomParser.min.js",
"keywords": [
"DICOM",
"medical",
Expand All @@ -11,7 +12,6 @@
"author": "Chris Hafey",
"homepage": "https://github.com/cornerstonejs/dicomParser",
"license": "MIT",
"module": "src/index.js",
"bugs": {
"url": "https://github.com/cornerstonejs/dicomParser/issues"
},
Expand Down

0 comments on commit 713ea6f

Please sign in to comment.