Initial updates
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"lint": "ts-standard",
|
||||
"lint": "prettier --check .",
|
||||
"format": "prettier --write .",
|
||||
"test": "jest",
|
||||
"build": "tsc",
|
||||
"postinstall": "tsc"
|
||||
@@ -32,6 +33,6 @@
|
||||
"dependencies": {
|
||||
"color": "^4.2.0",
|
||||
"@types/color": "^3.0.3",
|
||||
"romulus-js": "git+https://git.jacknet.io/TerribleCodeClub/romulus-js.git"
|
||||
"romulus-js": "file:./romulus-js"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user