Skip to content

Commit

Permalink
NPM Update
Browse files Browse the repository at this point in the history
  • Loading branch information
videlais committed Oct 31, 2023
1 parent c4ef7db commit a8ad809
Show file tree
Hide file tree
Showing 20 changed files with 47 additions and 47 deletions.
4 changes: 2 additions & 2 deletions docs/extwee/2.2.0/JSONParser.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/extwee/2.2.0/Passage.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/extwee/2.2.0/Story.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/extwee/2.2.0/StoryFormat.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/extwee/2.2.0/StoryFormatParser.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/extwee/2.2.0/TWSParser.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/extwee/2.2.0/TweeParser.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/extwee/2.2.0/Twine1HTMLCompiler.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/extwee/2.2.0/Twine1HTMLParser.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/extwee/2.2.0/Twine2ArchiveHTMLCompiler.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/extwee/2.2.0/Twine2ArchiveHTMLParser.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/extwee/2.2.0/Twine2HTMLCompiler.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/extwee/2.2.0/Twine2HTMLParser.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/extwee/2.2.0/global.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/extwee/2.2.0/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/extwee/2.2.0/module.exports.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/extwee/2.2.0/module.exports_module.exports.html

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"@babel/preset-env": "^7.23.2",
"babel-loader": "^9.1.3",
"clean-jsdoc-theme": "^4.2.14",
"core-js": "^3.33.1",
"core-js": "^3.33.2",
"eslint": "^8.52.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.5.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion web-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Passage from './src/Passage.js';
import StoryFormat from './src/StoryFormat.js';

// Add to global window.
window.extwee = {
window.Extwee = {
// Objects
StoryFormat,
Passage,
Expand Down

0 comments on commit a8ad809

Please sign in to comment.