From f67cb4aaa63c3c7d2848da34ab649d9c1dffceeb Mon Sep 17 00:00:00 2001 From: Adam Miskiewicz Date: Sat, 5 Aug 2017 15:01:18 -0700 Subject: [PATCH] Only distribute 'dist' folder. --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f100e30..c41b364 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wobble", - "version": "0.0.1", + "version": "0.1.0", "description": "Wobble is a tiny spring simulation library based on the equations of motion governing damped harmonic oscillators.", "repository": "https://github.com/skevy/wobble", "author": "Adam Miskiewicz ", @@ -15,6 +15,9 @@ "dist": "concurrently \"yarn dist-es\" \"yarn dist-cjs\" \"yarn dist-browser\"", "prepublish": "yarn run dist" }, + "files": [ + "dist" + ], "jest": { "setupFiles": [ "./jest/rAF.js"