@iadvize-oss/hello-world
Advanced tools
Comparing version 0.1.11-beta.1-canary-d749ed9-1582239087136 to 0.1.11-beta.2-canary-3b6e2a5-1582700489085
@@ -11,6 +11,5 @@ # Changelog | ||
### Changed | ||
- misc: bump @types/jest from 25.1.2 to 25.1.3 | ||
### Changed | ||
- misc: bump ts-jest from 25.2.0 to 25.2.1 | ||
- misc: bump @types/jest from 25.1.2 to 25.1.3 | ||
- misc: bump ts-jest from 25.2.0 to 25.2.1 | ||
@@ -17,0 +16,0 @@ ## [0.1.10] |
{ | ||
"name": "@iadvize-oss/hello-world", | ||
"version": "0.1.11-beta.1-canary-d749ed9-1582239087136", | ||
"version": "0.1.11-beta.2-canary-3b6e2a5-1582700489085", | ||
"description": "Say hello", | ||
@@ -16,3 +16,3 @@ "main": "dist/index.js", | ||
"test:js": "jest --coverage", | ||
"lint:js": "echo \"no lint\"", | ||
"lint:js": "eslint . --ext .js,.jsx,.ts,.tsx,.json,.d.ts --cache", | ||
"bump-changelog": "VERSION=$(cat package.json | jq '.version') && remark CHANGELOG.md -o --use @jarrodldavis/changelog-version-bump=version:$VERSION && git add CHANGELOG.md", | ||
@@ -38,2 +38,4 @@ "docs": "typedoc" | ||
"@babel/preset-env": "^7.8.4", | ||
"@iadvize-oss/eslint-config": "^0.1.1", | ||
"@iadvize-oss/eslint-config-jest": "0.0.4", | ||
"@jarrodldavis/remark-changelog-version-bump": "^0.1.1", | ||
@@ -43,2 +45,3 @@ "@rollup/plugin-commonjs": "^11.0.2", | ||
"babel-jest": "^25.1.0", | ||
"eslint": "^6.8.0", | ||
"jest": "^25.1.0", | ||
@@ -53,4 +56,4 @@ "remark-cli": "^7.0.1", | ||
"typedoc": "^0.16.10", | ||
"typescript": "^3.8.2" | ||
"typescript": "^3.7.5" | ||
} | ||
} |
10014
19