Skip to content

Commit

Permalink
fixing function name
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Traut committed Apr 2, 2022
1 parent dabd156 commit 2d48709
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const { EASINGS, EVENTS } = require('./src/utils.js');
exports.Storyboard = Storyboard.Storyboard;
exports.Sprite = Sprite.Sprite;
exports.Animation = Animation.Animation;
exports.createEvent = Events.newEvent;
exports.createParam = Events.newParam;
exports.newEvent = Events.newEvent;
exports.newParam = Events.newParam;
exports.Easing = EASINGS;
exports.Event = EVENTS;
exports.FromString = Storyboard.fromString;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dotosb",
"version": "1.6.5",
"version": "1.6.6",
"description": "Simple, dependency free osb file parser",
"main": "index.js",
"keywords": ["parser", "text", "file", "osb", "motion-design", "no-deps"],
Expand Down

0 comments on commit 2d48709

Please sign in to comment.