Skip to content

Commit

Permalink
v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Nov 30, 2017
1 parent dca6f16 commit 6ff3494
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/protoplast.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
exports["Protoplast"] = factory();
else
root["Protoplast"] = factory();
})(this, function() {
})(typeof self !== 'undefined' ? self : this, function() {
return /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
Expand Down
2 changes: 1 addition & 1 deletion dist/protoplast.lean.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
exports["Protoplast"] = factory();
else
root["Protoplast"] = factory();
})(this, function() {
})(typeof self !== 'undefined' ? self : this, function() {
return /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
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": "protoplast",
"version": "2.0.3",
"version": "2.0.4",
"description": "prototypal inheritance with meta-data",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 6ff3494

Please sign in to comment.