diff --git a/.npmignore b/.npmignore index ed257e3..006d3c6 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,4 @@ test examples !lib +.babelrc diff --git a/package.json b/package.json index c39d36c..b8472e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react.reactive", - "version": "0.4.0", + "version": "0.4.1", "description": "Universal React reactive programming toolkit", "main": "lib/index.js", "scripts": {