Skip to content

Commit caaa1bd

Browse files
Samarpan  BhattacharyaSamarpan  Bhattacharya
authored andcommitted
fix(docs): add badge for node and npm version
1 parent b527ac2 commit caaa1bd

39 files changed

Lines changed: 75 additions & 27 deletions

File tree

packages/core/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
[![LoopBack](<https://github.com/strongloop/loopback-next/raw/master/docs/site/imgs/branding/Powered-by-LoopBack-Badge-(blue)-@2x.png>)](http://loopback.io/)
44

5+
![npm](https://img.shields.io/npm/dm/@sourceloop/core)
6+
7+
![node-current (scoped)](https://img.shields.io/node/v/@sourceloop/core)
8+
59
![npm (prod) dependency version (scoped)](https://img.shields.io/npm/dependency-version/@sourceloop/core/@loopback/core)
610

711
![npm dev dependency version (scoped)](https://img.shields.io/npm/dependency-version/@sourceloop/core/dev/@loopback/cli)

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"main": "dist/index.js",
1010
"types": "dist/index.d.ts",
1111
"engines": {
12-
"node": ">=10"
12+
"node": "12 || 14 || 16 || 17"
1313
},
1414
"scripts": {
1515
"build": "npm run clean && lb-tsc",

packages/custom-sf-changelog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"author": "Akshat Dubey",
2424
"engines": {
25-
"node": ">=10"
25+
"node": "12 || 14 || 16 || 17"
2626
},
2727
"license": "ISC",
2828
"dependencies": {

sandbox/audit-ms-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"main": "dist/index.js",
1111
"types": "dist/index.d.ts",
1212
"engines": {
13-
"node": ">=10.16"
13+
"node": "12 || 14 || 16 || 17"
1414
},
1515
"scripts": {
1616
"build": "npm run clean && lb-tsc",

sandbox/auth-ms-basic-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"main": "dist/index.js",
1111
"types": "dist/index.d.ts",
1212
"engines": {
13-
"node": ">=10.16"
13+
"node": "12 || 14 || 16 || 17"
1414
},
1515
"scripts": {
1616
"build": "npm run clean && lb-tsc",

sandbox/auth-multitenant-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"main": "dist/index.js",
1111
"types": "dist/index.d.ts",
1212
"engines": {
13-
"node": ">=10"
13+
"node": "12 || 14 || 16 || 17"
1414
},
1515
"scripts": {
1616
"build": "npm run clean && lb-tsc",

sandbox/chat-notification-pubnub-example/facade/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"main": "dist/index.js",
1010
"types": "dist/index.d.ts",
1111
"engines": {
12-
"node": ">=10.16"
12+
"node": "12 || 14 || 16 || 17"
1313
},
1414
"scripts": {
1515
"build": "lb-tsc",

sandbox/chat-notification-pubnub-example/services/chat-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"main": "dist/index.js",
1010
"types": "dist/index.d.ts",
1111
"engines": {
12-
"node": ">=10.16"
12+
"node": "12 || 14 || 16 || 17"
1313
},
1414
"scripts": {
1515
"build": "lb-tsc",

sandbox/chat-notification-pubnub-example/services/notifications-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"main": "dist/index.js",
1010
"types": "dist/index.d.ts",
1111
"engines": {
12-
"node": ">=10.16"
12+
"node": "12 || 14 || 16 || 17"
1313
},
1414
"scripts": {
1515
"build": "lb-tsc",

sandbox/feature-toggle-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"main": "dist/index.js",
1111
"types": "dist/index.d.ts",
1212
"engines": {
13-
"node": ">=10.16"
13+
"node": "12 || 14 || 16 || 17"
1414
},
1515
"scripts": {
1616
"build": "lb-tsc",

0 commit comments

Comments
 (0)