mirror of
https://github.com/zkitter/configs.git
synced 2026-01-06 21:53:50 -05:00
* chore: Update to zkitter style * Update postinstall scripts * Update package.json * Update package.json
14 lines
234 B
JSON
14 lines
234 B
JSON
{
|
|
"name": "@zkitter/config",
|
|
"version": "1.0.0",
|
|
"author": "r1oga",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"clean": "rm -rf node_modules && lerna clean"
|
|
},
|
|
"devDependencies": {
|
|
"lerna": "^6.1.0"
|
|
}
|
|
}
|