Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit a13c0e2

Browse files
meta: Fix package.json to supress license warnings (#791)
1 parent ecc4896 commit a13c0e2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Diff for: package.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"name": "sentry-docs-develop",
3-
"description": "",
3+
"version": "0.0.0",
4+
"private": true,
5+
"repository": {
6+
"type": "git",
7+
"url": "git://github.com/getsentry/develop.git"
8+
},
49
"dependencies": {
510
"@emotion/core": "^10.0.35",
611
"@emotion/styled": "^10.0.27",
@@ -53,9 +58,6 @@
5358
"ts-node": "^9.0.0",
5459
"typescript": "^3.9.7"
5560
},
56-
"keywords": [
57-
"gatsby"
58-
],
5961
"scripts": {
6062
"build": "gatsby build",
6163
"develop": "gatsby develop",

0 commit comments

Comments
 (0)