Skip to content

Commit

Permalink
Prepare 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerajo committed Aug 17, 2017
1 parent 35c05d9 commit 409894f
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
{
"name": "activate-killer-instinct-mode",
"version": "0.1.0",
"description": "A plugin for activate power mode that plays killer instinct exclamations.",
"keywords": [
"activate",
"power",
"mode",
"killer",
"instinct",
"audio",
"exclamations"
],
"license": "MIT",
"author": "Jesse R. Jose <[email protected]> (https://github.com/Jerajo)",
"main": "./lib/activate-killer-instinct-mode",
"repository": {
"url": "https://github.com/Jerajo/activate-killer-instinct-mode"
},
"dependencies": {
"lodash.debounce": "^4.0.8"
},
"engines": {
"atom": ">=1.17.0 <2.0.0"
},
"package-deps": [
"activate-power-mode"
],
"consumedServices": {
"activate-power-mode": {
"versions": {
"^1.0.0": "consumeActivatePowerModeServiceV1"
}
}
}
"name": "activate-killer-instinct-mode",
"version": "0.2.0",
"description": "A plugin for activate power mode that plays killer instinct exclamations.",
"keywords": [
"activate",
"power",
"mode",
"killer",
"instinct",
"audio",
"exclamations"
],
"license": "MIT",
"author": "Jesse R. Jose <[email protected]> (https://github.com/Jerajo)",
"main": "./lib/activate-killer-instinct-mode",
"repository": {
"url": "https://github.com/Jerajo/activate-killer-instinct-mode"
},
"dependencies": {
"lodash.debounce": "^4.0.8"
},
"engines": {
"atom": ">=1.17.0 <2.0.0"
},
"package-deps": [
"activate-power-mode"
],
"consumedServices": {
"activate-power-mode": {
"versions": {
"^1.0.0": "consumeActivatePowerModeServiceV1"
}
}
}
}

0 comments on commit 409894f

Please sign in to comment.