mirror of
https://github.com/lucaspalomodevelop/varkeeper.git
synced 2026-03-13 07:39:37 +00:00
modify readme and package.json
This commit is contained in:
parent
e292f0f6aa
commit
175db9680f
19
README.md
19
README.md
@ -1,5 +1,22 @@
|
||||
# varkeeper
|
||||
   [](https://www.npmjs.com/package/varkeeper)
|
||||
|
||||
  
|
||||
[](https://www.npmjs.com/package/varkeeper)
|
||||
|
||||
## Desciption
|
||||
varkeeper is A tool for handle vars global
|
||||
|
||||
## Usage
|
||||
|
||||
### Installation
|
||||
|
||||
You can colormizer install using [npm](https://www.npmjs.com/package/varkeeper) or [yarn](https://yarnpkg.com/package/varkeeper).
|
||||
|
||||
```
|
||||
npm install varkeeper
|
||||
```
|
||||
```
|
||||
yarn add varkeeper
|
||||
```
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "varkeeper",
|
||||
"version": "1.0.3",
|
||||
"description": "",
|
||||
"description": "varkeeper is A tool for handle vars global ",
|
||||
"main": "dist/index.js",
|
||||
"devDependencies": {
|
||||
"chai": "^4.3.4",
|
||||
@ -27,5 +27,7 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/lucaspalomodevelop/varkeeper/issues"
|
||||
},
|
||||
"homepage": "https://github.com/lucaspalomodevelop/varkeeper#readme"
|
||||
}
|
||||
"homepage": "https://github.com/lucaspalomodevelop/varkeeper#readme",
|
||||
"engines": {
|
||||
"node": ">=4.0.0"
|
||||
}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user