Skip to content

Commit fcb5e29

Browse files
Add initial package.json file
Signed-off-by: Fabiana ⚡️ Campanari <113218619+FabianaCampanari@users.noreply.github.com>
1 parent ef17821 commit fcb5e29

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
3+
{
4+
"name": "demo-repo",
5+
"version": "0.2.0",
6+
"description": "A sample package.json",
7+
"dependencies": {
8+
"@primer/css": "21.1.1"
9+
},
10+
"license": "MIT"
11+
}

0 commit comments

Comments
 (0)