diff --git a/package.json b/package.json index 316a181..5457a25 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,7 @@ { "name": "argon-v3", "version": "1.0.0", - "description": "", - "main": "index.js", + "description": "The go to language for mathematicians!", "scripts": { "build": "mkdir -p build && go build -o build/argon ./src", "dev": "nodemon -x go run ./src/. --signal SIGKILL -e go --verbose", @@ -13,7 +12,7 @@ "url": "git+https://github.com/Ugric/argon-v3.git" }, "author": "", - "license": "ISC", + "license": "MIT", "bugs": { "url": "https://github.com/Ugric/argon-v3/issues" },