Skip to content

Commit

Permalink
ci: only publish required files
Browse files Browse the repository at this point in the history
  • Loading branch information
willfarrell authored and nemtsov committed May 4, 2022
1 parent 7c52183 commit bd85f7b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "2.0.0",
"description": "Tiny language and engine for selecting specific parts of a JS object, hiding the rest.",
"main": "lib/index",
"files":[
"bin",
"build",
"lib"
],
"scripts": {
"test": "npm run lint && mocha",
"test:all": "nve --parallel 14,16,18 mocha",
Expand Down

0 comments on commit bd85f7b

Please sign in to comment.