Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit a073f82

Browse files
committed
another package.json fix for node
1 parent 52551d8 commit a073f82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "es6-module-loader",
33
"description": "An ES6 Module Loader shim",
4-
"version": "0.5.2",
4+
"version": "0.5.3",
55
"homepage": "https://github.com/ModuleLoader/es6-module-loader",
66
"author": {
77
"name": "Guy Bedford, Luke Hoban, Addy Osmani",
@@ -36,7 +36,7 @@
3636
"engines": {
3737
"node": ">=0.8.0"
3838
},
39-
"main": "lib/es6-module-loader",
39+
"main": "lib/index",
4040
"scripts": {
4141
"test": "node test/test"
4242
},

0 commit comments

Comments
 (0)