Skip to content

Commit 7415c31

Browse files
committed
Dropped lage, using npm 7.7
npm/rfcs#117
1 parent 8a47f13 commit 7415c31

File tree

6 files changed

+541
-3789
lines changed

6 files changed

+541
-3789
lines changed

example/browser/package.json

+5
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,10 @@
99
"license": "Apache-2.0",
1010
"dependencies": {
1111
"@exceptionless/browser": "2.0.0-pre"
12+
},
13+
"scripts": {
14+
"build": "",
15+
"build:watch": "",
16+
"test": ""
1217
}
1318
}

example/express/package.json

+5
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,10 @@
1010
"dependencies": {
1111
"express": "4.16.4",
1212
"@exceptionless/node": "2.0.0-pre"
13+
},
14+
"scripts": {
15+
"build": "",
16+
"build:watch": "",
17+
"test": ""
1318
}
1419
}

0 commit comments

Comments
 (0)