From 94131ed1e338e34e1e5a8037f0aa6dd8bff5eaae Mon Sep 17 00:00:00 2001 From: Gleb Bahmutov Date: Fri, 20 Nov 2015 12:35:17 -0500 Subject: [PATCH] feat(npm): Smaller npm published size closes #15 --- bower.json | 2 +- package.json | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 576d51e..e5dc6a9 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "lazy-ass", "main": "index.js", - "version": "1.0.0", + "version": "1.1.0", "homepage": "https://github.com/bahmutov/lazy-ass", "license": "MIT", "ignore": [ diff --git a/package.json b/package.json index 7955e9c..15b3f19 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lazy-ass", "description": "Lazy assertions without performance penalty", - "version": "1.0.0", + "version": "1.1.0", "author": "Gleb Bahmutov ", "bugs": { "url": "https://github.com/bahmutov/lazy-ass/issues" @@ -57,6 +57,12 @@ "engines": { "node": "> 0.8" }, + "files": [ + "index.js", + "index.html", + "bower.json", + "test/demo.js" + ], "homepage": "https://github.com/bahmutov/lazy-ass", "keywords": [ "assertion",