Bump to version 2.0.0

This commit is contained in:
AkiraFukushima 2019-10-21 22:43:06 +09:00
parent 3801df7048
commit 82ba6a453a

View file

@ -1,6 +1,6 @@
{ {
"name": "megalodon", "name": "megalodon",
"version": "1.0.3", "version": "2.0.0",
"description": "Mastodon API client for node.js", "description": "Mastodon API client for node.js",
"main": "./lib/src/index.js", "main": "./lib/src/index.js",
"typings": "./lib/src/index.d.ts", "typings": "./lib/src/index.d.ts",
@ -19,7 +19,8 @@
"client", "client",
"api", "api",
"streaming", "streaming",
"rest" "rest",
"proxy"
], ],
"author": "h3poteto", "author": "h3poteto",
"license": "MIT", "license": "MIT",