Skip to content

Commit

Permalink
[JS] Filter released joynr-generator files by whitelisting
Browse files Browse the repository at this point in the history
  • Loading branch information
Max van gen Hassend authored and Guido Ostkamp committed Sep 11, 2019
1 parent f302ec6 commit 24a3fe0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -21,7 +21,7 @@ cpp/runtimes/include/joynr/JoynrRuntimeExport.h
dependency-reduced-pom.xml
local.properties
*.bundle.js
.tsbuildinfo
*.tsbuildinfo
target/
javascript/joynr-generator/jars/
javascript/joynr-generator/src/*.js
Expand Down
5 changes: 5 additions & 0 deletions javascript/joynr-generator/package.json
Expand Up @@ -28,6 +28,11 @@
"@types/mkdirp": "^0.5.2",
"rimraf": "^2.6.3"
},
"files": [
"src/joynrGenerator.js",
"jars/joynr-generator-standalone-1.11.0-SNAPSHOT.jar",
"META-INF/NOTICE"
],
"bin": {
"generate-joynr-sources": "./src/joynrGenerator.js"
},
Expand Down

0 comments on commit 24a3fe0

Please sign in to comment.