Skip to content

Commit

Permalink
Publish only necessary files to NPM.
Browse files Browse the repository at this point in the history
  • Loading branch information
f1ames committed Jan 26, 2021
1 parent 5348153 commit fdb7e73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "0.1.0",
"description": "Common CKEditor 4 integration utilities.",
"main": "dist/index.js",
"module": "src/index.js",
"files": [
"dist/*"
],
"scripts": {
"test": "karma start",
"develop": "karma start --auto-watch --no-single-run",
Expand Down

0 comments on commit fdb7e73

Please sign in to comment.