greip.js 2.4.1 → 2.4.3

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 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -20,7 +20,7 @@ The official Javascript package of Greip API
20
20
    
21
21
  [![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/license/apache-2-0)
22
22
    
23
- ![API Status](https://img.shields.io/website?down_color=orange&down_message=down&label=API%20status&up_color=green&up_message=up&url=https%3A%2F%greipapi.com)
23
+ ![API Status](https://img.shields.io/website?down_color=orange&down_message=down&label=API%20status&up_color=green&up_message=up&url=https%3A%2F%2Fgreipapi.com)
24
24
 
25
25
  ---
26
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "greip.js",
3
- "version": "2.4.1",
3
+ "version": "2.4.3",
4
4
  "description": "The official Javascript library of Greip.",
5
5
  "author": {
6
6
  "name": "Greip",
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "scripts": {
37
37
  "test": "jest --config jestconfig.json",
38
- "build": "tsc && webpack",
38
+ "build": "tsc --declaration false && webpack",
39
39
  "format": "prettier --write \"src/**/*.ts\"",
40
40
  "lint": "tslint -p tsconfig.json",
41
41
  "prepare": "npm run build",