Skip to content

Commit 8947bd7

Browse files
authored
Update author information and add keywords (#75)
1 parent fa17c3f commit 8947bd7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,16 @@
22
"name": "pie-slang",
33
"version": "1.0.0",
44
"description": "Implementation of Pie, following The Little Typer",
5-
"author": "Ding Feng, Fan Haolin, Zhang Qixiang",
5+
"keywords": ["Pie", "interpreter", "compiler", "Source", "The Little Typer"],
6+
"author": {
7+
"name": "Source Academy",
8+
"url": "https://github.com/source-academy/"
9+
},
610
"license": "ISC",
711
"main": "dist/index.ts",
12+
"files": [
13+
"dist/index.js"
14+
]
815
"repository": {
916
"type": "git",
1017
"url": "git+https://github.com/dingf3ng/pie-slang.git"

0 commit comments

Comments
 (0)