Skip to content

Commit

Permalink
Worked on noderunner support
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Feb 14, 2017
1 parent 2db4ac7 commit 81a03f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"jsnext:main": "lib/index.classic.esmodule.js",
"main:modern": "lib/index.modern.commonjs.js",
"module:modern": "lib/index.modern.esmodule.js",
"browser": "lib/browser.classic.js",
"main:umd": "lib/index.classic.umd.js",
"directories": {
"test": "tests"
},
Expand Down
2 changes: 1 addition & 1 deletion tests/noderunner.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var LIBS = {
path: require('path'),
vm: require('vm'),
},
POLYFILL_PATH = LIBS.path.resolve(__dirname + '/../dist/Intl.js'),
POLYFILL_PATH = LIBS.path.resolve(__dirname + '/../lib/index.classic.umd.js'),
POLYFILL_CODE = LIBS.fs.readFileSync(POLYFILL_PATH).toString(),
DATA_PATH = LIBS.path.resolve(__dirname + '/../locale-data/complete.js'),
DATA_CODE = LIBS.fs.readFileSync(DATA_PATH).toString(),
Expand Down

0 comments on commit 81a03f5

Please sign in to comment.