Skip to content

Commit

Permalink
fix: add build/src/cls in output files (#736)
Browse files Browse the repository at this point in the history
PR-URL: #736
  • Loading branch information
kjin committed May 2, 2018
1 parent ee26bd2 commit 49a900a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -27,13 +27,12 @@
"license-check": "jsgl --local ."
},
"files": [
"build/src/*.js",
"build/src/**/*.js",
"build/src/config.d.ts",
"build/src/constants.d.ts",
"build/src/index.d.ts",
"build/src/plugin-types.d.ts",
"build/src/trace-labels.d.ts",
"build/src/plugins/*.js",
"doc",
"CHANGELOG.md",
"LICENSE",
Expand Down

0 comments on commit 49a900a

Please sign in to comment.