Skip to content

Commit

Permalink
v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Nov 30, 2017
1 parent fc02d9a commit 12654e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/aw-parser.amd.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {};
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aw-parser",
"version": "0.0.6",
"version": "0.0.7",
"description": "Fountain parser",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 12654e0

Please sign in to comment.