We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dfd7bf commit 9185090Copy full SHA for 9185090
package.json
@@ -1,14 +1,10 @@
1
{
2
- "private": false,
3
"name": "@outdoormap/frontend-utils",
4
"description": "Outdoormap > Front End Utilities",
5
- "version": "1.0.2",
+ "version": "1.0.3",
6
"author": "OutdoorMap <support@outdoormap.com>",
7
"license": "MIT",
8
"main": "index.js",
9
- "publishConfig": {
10
- "registry": "https://npm.pkg.github.com"
11
- },
12
"scripts": {
13
"demo": "node ./server.js",
14
"lint-html": "eslint --ext .html --ext .html.erb app/views",
0 commit comments