File tree Expand file tree Collapse file tree 4 files changed +8
-11
lines changed
Expand file tree Collapse file tree 4 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 11module . exports = {
22 root : true ,
3- parserOptions : {
4- // this is required for dynamic import() and top-level await
5- ecmaVersion : 2022 ,
6- sourceType : 'module'
7- } ,
83 env : {
94 node : true
105 } ,
Original file line number Diff line number Diff line change 11.cache /
22node_modules /
33package-lock.json
4+ * .sw [nop ]
5+ * ~
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ Browse the [W3C API](https://api.w3.org/doc) in your browser!
66
77``` sh
88$ npm i
9- $ npm run server
10- $ # Listening on http://localhost:8080
9+ $ npm start
10+ Listening on http://localhost:8080
1111```
1212
1313## License
Original file line number Diff line number Diff line change 55 "type" : " module" ,
66 "main" : " index.js" ,
77 "scripts" : {
8- "serve " : " node index.js" ,
8+ "start " : " node index.js" ,
99 "test" : " echo \" Error: no test specified\" && exit 1" ,
10- "lint" : " eslint \" **/*.{js, cjs} \" "
10+ "lint" : " eslint --ext . cjs,.js . "
1111 },
1212 "keywords" : [
1313 " w3c" ,
2121 "@curveball/browser" : " ^1.1.1" ,
2222 "@curveball/core" : " ^1.0.0" ,
2323 "@curveball/validator" : " ^1.0.0" ,
24- "eslint" : " ^8.45 .0" ,
25- "eslint-config-digitalbazaar" : " ^5.0.1 "
24+ "eslint" : " ^8.57 .0" ,
25+ "eslint-config-digitalbazaar" : " ^5.2.0 "
2626 }
2727}
You can’t perform that action at this time.
0 commit comments