meta: add .gitignore for npm

This commit is contained in:
Liam Fitzgerald 2021-02-17 12:22:07 +10:00
parent a53c1e519b
commit 9d8be26fea
No known key found for this signature in database
GPG Key ID: D390E12C61D1CFFB
3 changed files with 5 additions and 4 deletions

1
pkg/npm/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
package-lock.json

View File

@ -2,8 +2,8 @@
"name": "@urbit/api",
"version": "1.0.0",
"description": "",
"repository" : {
"type" : "git",
"repository": {
"type": "git",
"url": "ssh://git@github.com/urbit/urbit.git",
"directory": "pkg/npm/api"
},

View File

@ -3,8 +3,8 @@
"version": "1.1.0",
"license": "MIT",
"description": "Library to interact with an Urbit ship over HTTP",
"repository" : {
"type" : "git",
"repository": {
"type": "git",
"url": "ssh://git@github.com/urbit/urbit.git",
"directory": "pkg/npm/http-api"
},