Skip to content

Commit 9185090

Browse files
fix: package (#19)
1 parent 4dfd7bf commit 9185090

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
{
2-
"private": false,
32
"name": "@outdoormap/frontend-utils",
43
"description": "Outdoormap > Front End Utilities",
5-
"version": "1.0.2",
4+
"version": "1.0.3",
65
"author": "OutdoorMap <support@outdoormap.com>",
76
"license": "MIT",
87
"main": "index.js",
9-
"publishConfig": {
10-
"registry": "https://npm.pkg.github.com"
11-
},
128
"scripts": {
139
"demo": "node ./server.js",
1410
"lint-html": "eslint --ext .html --ext .html.erb app/views",

0 commit comments

Comments
 (0)