Skip to content

Commit

Permalink
Only package js files in src/
Browse files Browse the repository at this point in the history
  • Loading branch information
Enteee committed Apr 3, 2019
1 parent d027ddf commit 6733821
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -3,7 +3,9 @@
"version": "0.0.4",
"description": "Parse PlantUML Syntax in JavaScript",
"main": "src",
"files": "src/**/*.js",
"files": [
"src/**/*.js"
],
"dependencies": {
"async": "^2.6.2",
"fast-glob": "^2.2.6",
Expand Down

0 comments on commit 6733821

Please sign in to comment.