this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove/ignore package-lock.json

alice 98c42092 797b4108

+1 -21
+1
.gitignore
··· 2 2 .lock* 3 3 .clangd 4 4 node_modules 5 + package-lock.json
-21
package-lock.json
··· 1 - { 2 - "name": "tidface", 3 - "version": "1.1.0", 4 - "lockfileVersion": 3, 5 - "requires": true, 6 - "packages": { 7 - "": { 8 - "name": "tidface", 9 - "version": "1.1.0", 10 - "dependencies": { 11 - "pebble-clay": "^1.0.4" 12 - } 13 - }, 14 - "node_modules/pebble-clay": { 15 - "version": "1.0.4", 16 - "resolved": "https://registry.npmjs.org/pebble-clay/-/pebble-clay-1.0.4.tgz", 17 - "integrity": "sha512-/rXxmltdW8JyohDzXINdea+d2wnFJVNFiTXfuZsKpySURZSCFMMucX9sZPZvbHnEA4xFINM4iicyhBbvY4ALfw==", 18 - "license": "MIT" 19 - } 20 - } 21 - }