@anmiles/google-api-wrapper 16.0.2 → 16.0.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.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anmiles/google-api-wrapper",
|
|
3
|
-
"version": "16.0.
|
|
3
|
+
"version": "16.0.3",
|
|
4
4
|
"description": "Provides quick interface for getting google API data",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"google",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"build": "rimraf dist && tsc -p ./tsconfig.build.json && copyfiles -u 1 src/templates/* dist/",
|
|
20
20
|
"lint": "eslint --ext .js,.ts --ignore-path .gitignore .",
|
|
21
21
|
"lint:fix": "npm run lint -- --fix",
|
|
22
|
-
"test": "jest --verbose",
|
|
22
|
+
"test": "node --max-old-space-size=2048 node_modules/jest/bin/jest.js --verbose",
|
|
23
23
|
"test:coverage": "npm test -- --coverage",
|
|
24
24
|
"test:ci": "npm test -- --ci --coverage",
|
|
25
25
|
"test:watch": "npm test -- --watch",
|