Update package.json

main
ChrisKader 4 months ago
parent c989a41564
commit 413e8b742f
  1. 5
      package.json

@ -3,12 +3,11 @@
"version": "1.0.0", "version": "1.0.0",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p tsconfig.json" "build": "tsc -p tsconfig.json"
}, },
"author": "", "author": "jeffi",
"license": "ISC", "license": "ISC",
"description": "", "description": "Create a tinkr plugin",
"devDependencies": { "devDependencies": {
"@types/fs-extra": "^11.0.4", "@types/fs-extra": "^11.0.4",
"@types/lodash.kebabcase": "^4.1.9", "@types/lodash.kebabcase": "^4.1.9",

Loading…
Cancel
Save