mirror of
https://github.com/lucaspalomodevelop/varkeeper.git
synced 2026-03-12 23:37:21 +00:00
merge conflicts
This commit is contained in:
commit
ab9538fc1f
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
|
||||
```
|
||||
|
||||
|
||||
@ -8,9 +8,10 @@ gulp.task('build', function(done) {
|
||||
gulp.src(Src)
|
||||
.pipe(minify({
|
||||
ext:{
|
||||
src:'-debug.js',
|
||||
|
||||
min:'.js'
|
||||
},
|
||||
noSource: true,
|
||||
exclude: ['tasks'],
|
||||
ignoreFiles: ['.combo.js', '-min.js']
|
||||
}))
|
||||
|
||||
12
package.json
12
package.json
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "varkeeper",
|
||||
"version": "1.0.1",
|
||||
"description": "varkeeper is A tool for handle vars global in every module",
|
||||
"version": "1.0.3",
|
||||
"description": "varkeeper is A tool for handle vars global ",
|
||||
"main": "dist/index.js",
|
||||
"files": [
|
||||
"dist",
|
||||
@ -19,7 +19,7 @@
|
||||
"scripts": {
|
||||
"test": "mocha",
|
||||
"build": "gulp build",
|
||||
"publish": "npm publish --access publish"
|
||||
"publish": "npm run build && npm publish --access publish"
|
||||
},
|
||||
"repository": "git+https://github.com/lucaspalomodevelop/varkeeper.git",
|
||||
"keywords": [
|
||||
@ -33,5 +33,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"
|
||||
}}
|
||||
|
||||
@ -60,7 +60,6 @@ function setprop(name, value) {
|
||||
on_function('create', name, value);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
function getEventsFromTypeAndName(name, type) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user