merge conflicts

This commit is contained in:
lucasdevelop 2021-07-28 00:14:07 +02:00
commit ab9538fc1f
4 changed files with 27 additions and 8 deletions

View File

@ -1,5 +1,22 @@
# varkeeper
![npm](https://img.shields.io/npm/v/varkeeper) ![NPM](https://img.shields.io/npm/l/varkeeper) ![npm](https://img.shields.io/npm/dw/varkeeper) [![node-current](https://img.shields.io/node/v/varkeeper)](https://www.npmjs.com/package/varkeeper)
![npm](https://img.shields.io/npm/v/varkeeper) ![NPM](https://img.shields.io/npm/l/varkeeper) ![npm](https://img.shields.io/npm/dw/varkeeper)
[![NPM](https://nodei.co/npm/varkeeper.png)](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
```

View File

@ -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']
}))

View File

@ -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"
}}

View File

@ -60,7 +60,6 @@ function setprop(name, value) {
on_function('create', name, value);
}
}
function getEventsFromTypeAndName(name, type) {