From 2678106b796d20f0d8525fb30a2ba37e9bad59fd Mon Sep 17 00:00:00 2001 From: Lanny McNie Date: Fri, 15 Sep 2017 13:47:33 -0600 Subject: [PATCH] More NPM updates --- .npmignore | 4 ++-- package.json | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.npmignore b/.npmignore index fc89a9f2e..533e9f360 100644 --- a/.npmignore +++ b/.npmignore @@ -1,11 +1,11 @@ _assets build bower.json -docs/**-NEXT.zip +docs examples extras icon.png -lib/**-NEXT.js +lib/**-NEXT**.js spikes src tests diff --git a/package.json b/package.json index 0a9ece942..7330eb842 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "easeljs", + "npmName": "easeljs", "version": "1.0.0", "description": "EaselJS is a library for building high-performance interactive 2D content in HTML5. It provides a feature-rich display list to allow you to manipulate and animate graphics. It also provides a robust interactive model for mouse and touch interactions.", "main": "easeljs.js",