Skip to content

Commit

Permalink
chore(release): 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chabou committed Jan 27, 2019
1 parent 2f56830 commit a22f030
Showing 1 changed file with 5 additions and 20 deletions.
25 changes: 5 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hyper-autoprofile",
"version": "1.0.2",
"version": "1.0.3",
"description": "Extension for Hyper.app to profile term according to shell prompt",
"main": "index.js",
"scripts": {
Expand All @@ -13,28 +13,16 @@
"type": "git",
"url": "git+https://github.com/chabou/hyper-autoprofile.git"
},
"keywords": [
"hyper",
"hyper.app",
"hyperterm",
"shell",
"profile",
"hyper-plugin"
],
"keywords": ["hyper", "hyper.app", "hyperterm", "shell", "profile", "hyper-plugin"],
"author": "CHaBou",
"license": "MIT",
"bugs": {
"url": "https://github.com/chabou/hyper-autoprofile/issues"
},
"homepage": "https://github.com/chabou/hyper-autoprofile#readme",
"eslintConfig": {
"plugins": [
"prettier"
],
"extends": [
"eslint:recommended",
"prettier"
],
"plugins": ["prettier"],
"extends": ["eslint:recommended", "prettier"],
"parserOptions": {
"ecmaVersion": 8,
"sourceType": "module",
Expand All @@ -50,10 +38,7 @@
"browser": true
},
"rules": {
"func-names": [
"error",
"as-needed"
],
"func-names": ["error", "as-needed"],
"no-shadow": "error",
"no-extra-semi": 0,
"no-console": 0,
Expand Down

0 comments on commit a22f030

Please sign in to comment.