diff --git a/.npmignore b/.npmignore index ce7346d..ed5638a 100644 --- a/.npmignore +++ b/.npmignore @@ -1,7 +1,9 @@ .DS_Store circle.yml node_modules -test* +test.js +test.d.ts +test.map karma.conf.js logo.png logo.psd diff --git a/package.json b/package.json index 7a29e22..8f9a5d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react2angular", - "version": "1.0.1", + "version": "1.0.2", "description": "The easiest way to embed React components in Angular 1 apps!", "main": "index.js", "main:esnext": "index.es2015.js",