diff --git a/game/story.coffee b/game/story.coffee index 47875fa..50d4dc6 100644 --- a/game/story.coffee +++ b/game/story.coffee @@ -1,5 +1,3 @@ -salet = require 'salet' - salet.game_id = "your-game-id-here" salet.game_version = "1.6" $(document).ready(() -> diff --git a/html/index.html b/html/index.html index 2a3ebc5..b0d6307 100644 --- a/html/index.html +++ b/html/index.html @@ -78,11 +78,12 @@ - - - - + + + + - + diff --git a/package.json b/package.json index a17d1be..a5ea604 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,6 @@ { "dependencies": { - "bootstrap": "^4.0.0", - "salet": "^2.0.1" + "bootstrap": "^4.0.0" }, "scripts": { "build-dev": "NODE_ENV=development npm run mix",