From 4f554551ec36da0aab4076eeb59285d3b5cc360a Mon Sep 17 00:00:00 2001 From: Boris Cherny Date: Fri, 10 Mar 2017 11:22:31 -0800 Subject: [PATCH] dont npmignore test.ts (fix #1) --- .npmignore | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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",