Signed-off-by: Sebastian Haas <sebastian@haas.tech>
@@ -9,6 +9,19 @@
"postinstall": "typings install",
"prepublish": "tsc"
},
+ "files": [
+ "dist",
+ "AUTHORS",
+ "karma.conf.js",
+ "src",
+ "test",
+ "external",
+ "demo",
+ "tsconfig",
+ "tslint.json",
+ "typings.json",
+ "Gruntfile.js"
+ ],
"repository": {
"type": "git",
"url": "https://github.com/opensheetmusicdisplay/opensheetmusicdisplay"
@@ -9,6 +9,7 @@
"exclude": [
"node_modules",
"dist",
- "demo"
+ "build"
]
}