Skip to content

Commit

Permalink
Merge branch 'release/0.1.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosommi committed Dec 8, 2015
2 parents dfd6277 + bbab79d commit 322d8d4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
if(!global._babelPolyfill) {
require("babel-polyfill");
}

module.exports = require("./es5/lib/incognito.js");
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "incognito",
"version": "0.1.3",
"version": "0.1.4",
"description": "Private properties for your classes.",
"main": "index.js",
"scripts": {
Expand All @@ -20,7 +20,9 @@
"url": "https://github.com/FreeAllMedia/incognito/issues"
},
"homepage": "https://github.com/FreeAllMedia/incognito",
"dependencies": {},
"dependencies": {
"babel-polyfill": "^6.3.14"
},
"devDependencies": {
"babel": "^5.5.6",
"babel-eslint": "^3.1.20",
Expand Down

0 comments on commit 322d8d4

Please sign in to comment.