@sutech_jp/raas-client-for-typescript 0.5.5 → 0.5.6

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 (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,9 +5,8 @@ TypeScriptで実装されたRaaS(Report as a Service)クライアントラ
5
5
  ## インストール
6
6
 
7
7
  ```bash
8
- npm install @sutech-jp/raas-client-for-typescript
8
+ npm install @sutech_jp/raas-client-for-typescript
9
9
  ```
10
- 事前に「.npmrc」の準備が必要になります
11
10
 
12
11
  ## 設定
13
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sutech_jp/raas-client-for-typescript",
3
- "version": "0.5.5",
3
+ "version": "0.5.6",
4
4
  "description": "RaaS client for TypeScript",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",