Skip to content

Commit

Permalink
Rename initialise.js to init.js
Browse files Browse the repository at this point in the history
As suggested in code review, this avoids confusion between different
regional spellings.
  • Loading branch information
ptomato committed Oct 5, 2020
1 parent 86bee38 commit d2fcc8b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ overrides:
- files:
- docs/buildDocs.js
- polyfill/lib/duration.mjs
- polyfill/lib/initialise.js
- polyfill/lib/init.js
- polyfill/test/all.mjs
- polyfill/test/exhaust.mjs
- polyfill/test/validStrings.mjs
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion polyfill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"codecov:test262": "COVERAGE=yes npm run test262 && codecov -F test262 -f coverage/test262.lcov",
"build": "rollup -c rollup.config.js",
"prepublishOnly": "npm run build",
"playground": "node --experimental-modules --no-warnings --icu-data-dir node_modules/full-icu -r ./lib/initialise.js"
"playground": "node --experimental-modules --no-warnings --icu-data-dir node_modules/full-icu -r ./lib/init.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d2fcc8b

Please # to comment.