From 8c4ed138769ff3c41ded5369d0b92ae318aa2c0a Mon Sep 17 00:00:00 2001 From: Lorenzo Iovino Date: Fri, 17 Mar 2017 01:03:12 +0100 Subject: [PATCH] Added file .ts in the publish --- .npmignore | 4 +--- package.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.npmignore b/.npmignore index 1472915..087aff4 100644 --- a/.npmignore +++ b/.npmignore @@ -4,6 +4,4 @@ npm-debug.log # OS generated files Thumbs.db .DS_Store -# Ignored files -*.ts -!*.d.ts \ No newline at end of file +# Ignored files \ No newline at end of file diff --git a/package.json b/package.json index 2518b17..534cea8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-fittext", - "version": "1.0.10", + "version": "1.0.11", "description": "An Angular2 directive for autoscale the font size of an element to fit an upper level container.", "main": "index.js", "scripts": {