Skip to content

Commit 8c0fa01

Browse files
Merge pull request #108 from Quantum-Software-Development/FabianaCampanari-patch-2
Add initial package.json file
2 parents ef17821 + fcb5e29 commit 8c0fa01

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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)