Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptex committed Jan 16, 2019
1 parent d68e0d3 commit 47209f4
Showing 1 changed file with 48 additions and 48 deletions.
96 changes: 48 additions & 48 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,50 +1,50 @@
{
"name": "@three11/debounce",
"version": "0.6.0",
"description": "Debounce multiple function executions",
"main": "dist/debounce.min.js",
"scripts": {
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/three11/debounce.git"
},
"keywords": [
"Debounce",
"Function",
"Wait",
"JavaScript",
"ES2017"
],
"authors": [
{
"name": "Three 11 Ltd",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Alexander Panayotov",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Atanas Atanasov",
"email": "[email protected]",
"role": "Developer"
}
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/three11/debounce/issues"
},
"homepage": "https://github.com/three11/debounce#readme",
"devDependencies": {
"@babel/cli": "7.2.3",
"@babel/core": "7.2.2",
"@babel/preset-env": "7.2.3",
"rollup": "1.1.0",
"rollup-plugin-babel": "4.3.0",
"rollup-plugin-uglify": "6.0.1"
}
"name": "@three11/debounce",
"version": "0.7.0",
"description": "Debounce multiple function executions",
"main": "dist/debounce.min.js",
"scripts": {
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/three11/debounce.git"
},
"keywords": [
"Debounce",
"Function",
"Wait",
"JavaScript",
"ES2017"
],
"authors": [
{
"name": "Three 11 Ltd",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Alexander Panayotov",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Atanas Atanasov",
"email": "[email protected]",
"role": "Developer"
}
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/three11/debounce/issues"
},
"homepage": "https://github.com/three11/debounce#readme",
"devDependencies": {
"@babel/cli": "7.2.3",
"@babel/core": "7.2.2",
"@babel/preset-env": "7.2.3",
"rollup": "1.1.0",
"rollup-plugin-babel": "4.3.0",
"rollup-plugin-uglify": "6.0.1"
}
}

0 comments on commit 47209f4

Please sign in to comment.