Skip to content

Commit

Permalink
Merge pull request #156 from victoriafrench/master
Browse files Browse the repository at this point in the history
removing the `module` directive
  • Loading branch information
gf3 authored Feb 28, 2017
2 parents 4e962e9 + 7df931b commit 76e8223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
* 'module' has been replaced with 'jsnext:main' to support both rollup and webpack 2

## [3.0.2]
### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"homepage": "https://github.com/gf3/moment-range",
"bugs": "https://github.com/gf3/moment-range/issues",
"main": "./dist/moment-range",
"module": "lib/moment-range.js",
"jsnext:main": "lib/moment-range.js",
"version": "3.0.2",
"engines": {
"node": "*"
Expand Down

0 comments on commit 76e8223

Please sign in to comment.