Skip to content

Commit 2678106

Browse files
committed
More NPM updates
1 parent cb32a83 commit 2678106

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.npmignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
_assets
22
build
33
bower.json
4-
docs/**-NEXT.zip
4+
docs
55
examples
66
extras
77
icon.png
8-
lib/**-NEXT.js
8+
lib/**-NEXT**.js
99
spikes
1010
src
1111
tests

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "easeljs",
3+
"npmName": "easeljs",
34
"version": "1.0.0",
45
"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.",
56
"main": "easeljs.js",

0 commit comments

Comments
 (0)