Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

Commit 7c7ddea

Browse files
committed
update some npm package metadata
1 parent ce0629f commit 7c7ddea

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
{
22
"name": "@pipedreamhq/platform",
33
"version": "0.0.2",
4-
"description": "",
4+
"description": "Pipedream platform globals (typing and runtime type checking)",
5+
"homepage": "https://pipedream.com",
56
"main": "dist/platform.js",
67
"types": "lib/platform.ts",
78
"scripts": {
89
"build": "tsc",
910
"test": "jest"
1011
},
1112
"author": "Pipedream Team",
12-
"license": "ISC",
13+
"license": "MIT",
14+
"repository": {
15+
"type": "git",
16+
"url": "https://github.com/PipedreamHQ/platform.git"
17+
},
1318
"devDependencies": {
1419
"fp-ts": "^2.0.2",
1520
"husky": "^3.0.0",

0 commit comments

Comments
 (0)