mirror of
https://github.com/urbit/shrub.git
synced 2024-12-11 11:02:25 +03:00
meta: add .gitignore for npm
This commit is contained in:
parent
a53c1e519b
commit
9d8be26fea
1
pkg/npm/.gitignore
vendored
Normal file
1
pkg/npm/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
package-lock.json
|
@ -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"
|
||||
},
|
||||
|
@ -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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user