Skip to content

Commit

Permalink
🔧 Specify "files" in package.json for npm (#31)
Browse files Browse the repository at this point in the history
* v0.0.2-0

* Add files in package.json
  • Loading branch information
dongskyler authored Jul 23, 2020
1 parent ac0a533 commit 910adb3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vaniquery",
"version": "0.0.1",
"version": "0.0.2-0",
"author": "Badwater Bay <info@badwaterbay.com> (https://badwaterbay.com/)",
"contributors": [
"Skyler Dong <dongskyler@gmail.com> (https://skylerdong.com/)"
Expand All @@ -26,6 +26,13 @@
"vaniquery": "./build/bin/vaniquery.js"
},
"main": "build/bin/vaniquery.js",
"files": [
"package.json",
"README.md",
"LICENSE",
"CONTRIBUTING.md",
"/build/**/*"
],
"scripts": {
"ci": "yarn --frozen-lockfile",
"format": "prettier './**/*.{js,ts,json,md}' --write",
Expand Down

0 comments on commit 910adb3

Please sign in to comment.