Skip to content

Commit e8bb746

Browse files
committed
Updated npm support
1 parent 1ff16ba commit e8bb746

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,21 @@
22
"name": "easeljs",
33
"version": "1.0.0",
44
"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.",
5-
"main": "lib/easeljs.js",
5+
"main": "easeljs.js",
66
"directories": {
77
"doc": "docs",
88
"example": "examples",
99
"lib": "lib",
1010
"test": "tests"
1111
},
12+
"npmFileMap": [
13+
{
14+
"basePath": "lib",
15+
"files": [
16+
"**/*"
17+
]
18+
}
19+
],
1220
"repository": {
1321
"type": "git",
1422
"url": "git+https://github.com/CreateJS/EaselJS.git"

0 commit comments

Comments
 (0)