Skip to content

Commit

Permalink
feat: fix new demo
Browse files Browse the repository at this point in the history
  • Loading branch information
prieston committed Sep 20, 2018
1 parent b4738d9 commit 4be1972
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 55 deletions.
106 changes: 53 additions & 53 deletions demo/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const MotorCortex = require("@kissmybutton/motorcortex/");
const Player = require("@kissmybutton/motorcortex-player/");
const AnimeDefinition = require("../dist/main");
const AnimeDefinition = require("../src/main");
const Anime = MotorCortex.loadPlugin(AnimeDefinition);

const css = `
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": "@kissmybutton/motorcortex-anime",
"version": "0.7.4",
"version": "1.0.1",
"description": "Annime plugin for MotorCortex",
"main": "./dist/main.js",
"author": "KissMyButton PC (kissmybutton.gr) <opensource@kissmybutton.gr>",
Expand Down

0 comments on commit 4be1972

Please sign in to comment.