X-Git-Url: https://git.r.bdr.sh/rbdr/serpentity/blobdiff_plain/f97380adc4933fa3bf65b84f010bd303c9dd28a2..refs/tags/v0.1.3:/bower.json diff --git a/bower.json b/bower.json index 985e6c8..a95b46f 100644 --- a/bower.json +++ b/bower.json @@ -7,15 +7,11 @@ ], "description": "A simple entity framework inspired by ash", "main": [ - "./lib/serpentity/serpentity.js", - "./lib/serpentity/entity.js", - "./lib/serpentity/node.js", - "./lib/serpentity/node_collection.js", - "./lib/serpentity/component.js", - "./lib/serpentity/system.js" + "./dist/serpentity.js" ], "keywords": [ - "entity" + "entity", + "serpentity" ], "license": "MIT", "ignore": [ @@ -23,7 +19,13 @@ "node_modules", "bower_components", "test", - "tests" + "tests", + "bin", + "browser_test", + "LICENSE", + "bower.json", + "README.md", + "lib" ], "dependencies": { "neon": "*"