Skip to content

Commit

Permalink
Attempt to fix path bug in package.json (#32)
Browse files Browse the repository at this point in the history
* v0.0.2-1

* Attempt to fix rel path bug in package.json
  • Loading branch information
dongskyler authored Jul 23, 2020
1 parent 910adb3 commit 7ef1859
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vaniquery",
"version": "0.0.2-0",
"version": "0.0.2-1",
"author": "Badwater Bay <info@badwaterbay.com> (https://badwaterbay.com/)",
"contributors": [
"Skyler Dong <dongskyler@gmail.com> (https://skylerdong.com/)"
Expand All @@ -23,15 +23,14 @@
"converter"
],
"bin": {
"vaniquery": "./build/bin/vaniquery.js"
"vaniquery": "build/bin/vaniquery.js"
},
"main": "build/bin/vaniquery.js",
"files": [
"package.json",
"README.md",
"LICENSE",
"CONTRIBUTING.md",
"/build/**/*"
"build/**/*"
],
"scripts": {
"ci": "yarn --frozen-lockfile",
Expand Down

0 comments on commit 7ef1859

Please sign in to comment.