bare-module 6.1.0 → 6.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -618,7 +618,7 @@ function extensionsForType(type) {
618
618
  case constants.types.JSON:
619
619
  return ['.json']
620
620
  case constants.types.BUNDLE:
621
- return ['.json']
621
+ return ['.bundle']
622
622
  case constants.types.ADDON:
623
623
  return ['.bare', '.node']
624
624
  case constants.types.BINARY:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bare-module",
3
- "version": "6.1.0",
3
+ "version": "6.1.1",
4
4
  "description": "Module support for JavaScript",
5
5
  "exports": {
6
6
  ".": {