Skip to content

Commit

Permalink
use global npm name
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrolich committed Jun 19, 2020
1 parent 3dac125 commit a1b2f8e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
{
"name": "@jfrolich/reason-gatsby",
"name": "reason-gatsby",
"version": "0.1.7",
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world"
},
"keywords": [
"BuckleScript"
],
"keywords": ["BuckleScript"],
"author": "",
"license": "MIT",
"devDependencies": {
Expand All @@ -21,5 +19,8 @@
},
"dependencies": {
"@babel/preset-typescript": "^7.8.3"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit a1b2f8e

Please sign in to comment.