node-red-contrib-line-messaging-api 0.1.11 → 0.1.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -7
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "node-red-contrib-line-messaging-api",
3
- "version": "0.1.11",
4
- "description": "LINE Messaging APIです",
3
+ "version": "0.1.13",
4
+ "description": "Node-REDでLINE Botが作れます。",
5
5
  "main": "line.js",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/n0bisuke/node-red-contrib-line-messaging-api.git"
9
9
  },
10
10
  "scripts": {
11
- "git-push": "git add -A && git commit -m 'update' && git push origin master",
11
+ "deploy": "git add -A && git commit -m 'update' && git push origin main",
12
12
  "test": "echo \"Error: no test specified\" && exit 1"
13
13
  },
14
14
  "node-red": {
@@ -21,10 +21,7 @@
21
21
  "Notify": "./nodes/notify/notify.js"
22
22
  }
23
23
  },
24
- "keywords": [
25
- "line",
26
- "node-red"
27
- ],
24
+ "keywords": [],
28
25
  "author": "n0bisuke",
29
26
  "license": "Apache 2.0",
30
27
  "dependencies": {