Skip to content

Commit 8112687

Browse files
committed
Add more info to the package.json and add a lock file.
1 parent 2daf37f commit 8112687

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

frontend/package-lock.json

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
22
"name": "@feanil/sample-plugin",
3-
"version": "0.0.1"
3+
"version": "0.0.1",
4+
"main": "src/index.jsx",
5+
"peerDependencies": {
6+
"react": "*"
7+
}
48
}

0 commit comments

Comments
 (0)