Skip to content

Commit

Permalink
chore: update package name and publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Sep 14, 2019
1 parent bad7765 commit 1a37192
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "edge",
"name": "edge.js",
"version": "1.0.0",
"description": "Template engine",
"main": "build/index.js",
Expand Down Expand Up @@ -96,6 +96,10 @@
"mustache",
"edge"
],
"publishConfig": {
"access": "public",
"tag": "next"
},
"np": {
"contents": ".",
"anyBranch": false
Expand Down

0 comments on commit 1a37192

Please sign in to comment.