diff --git a/dist/aw-parser.amd.js b/dist/aw-parser.amd.js index 5cd00ad..308431c 100644 --- a/dist/aw-parser.amd.js +++ b/dist/aw-parser.amd.js @@ -7,7 +7,7 @@ exports["awParser"] = factory(); else root["awParser"] = factory(); -})(this, function() { +})(typeof self !== 'undefined' ? self : this, function() { return /******/ (function(modules) { // webpackBootstrap /******/ // The module cache /******/ var installedModules = {}; diff --git a/package.json b/package.json index 581c2ab..1de3392 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aw-parser", - "version": "0.0.6", + "version": "0.0.7", "description": "Fountain parser", "main": "index.js", "scripts": { @@ -37,7 +37,6 @@ "eslint": "^4.0.0", "istanbul": "^0.4.5", "jsdoc": "^3.4.3", - "mocha": "^3.4.2", "mocha": "^4.0.0", "sinon": "^4.0.0", "webpack": "^3.0.0"