Skip to content

Commit

Permalink
update version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hiro08gh committed May 25, 2021
1 parent 38534e4 commit 1b37696
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "microcms-js-sdk",
"version": "1.0.0",
"version": "1.1.0",
"description": "JavaScript SDK Client for microCMS.",
"main": "./dist/cjs/microcms-js-sdk.js",
"module": "./dist/esm/microcms-js-sdk.js",
Expand All @@ -12,20 +12,13 @@
},
"author": "Wanta Inc",
"license": "Apache-2.0",
"keywords": [
"JavaScript",
"node",
"SDK",
"microCMS"
],
"keywords": ["JavaScript", "node", "SDK", "microCMS"],
"scripts": {
"build": "rollup -c",
"lint": "eslint ./src",
"lint:fix": "eslint --fix ./src"
},
"files": [
"dist"
],
"files": ["dist"],
"dependencies": {
"node-fetch": "^2.6.1",
"qs": "^6.10.1"
Expand Down

0 comments on commit 1b37696

Please sign in to comment.