Skip to content

Commit 670032d

Browse files
committed
Publish to npm
1 parent b53fd21 commit 670032d

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "yascriptlang",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "A simple scripting language inspired by Lisp",
5-
"main": "./bin/yascriptlang.js",
5+
"main": "./bin/yasjs.js",
6+
"homepage": "https://github.com/maxbarsukov/yascriptlang.git",
67
"repository": {
78
"type": "git",
89
"url": "https://github.com/maxbarsukov/yascriptlang.git"
@@ -14,6 +15,12 @@
1415
"name": "Max Barsukov",
1516
"email": "maximbarsukov@bk.ru"
1617
},
18+
"keywords": [
19+
"language",
20+
"programming language",
21+
"lisp",
22+
"interpreter"
23+
],
1724
"type": "module",
1825
"devDependencies": {
1926
"eslint": "^7.32.0",
@@ -41,6 +48,5 @@
4148
"pre-commit": "yarn lint"
4249
}
4350
},
44-
"license": "MIT",
45-
"private": true
51+
"license": "MIT"
4652
}

0 commit comments

Comments
 (0)