Stop tracking old copies of package*.json that I missed when moving things... ugh

This commit is contained in:
n loewen 2023-08-01 15:48:48 +01:00
parent 1bdda3c04a
commit c06b59d057
2 changed files with 0 additions and 27 deletions

View File

@ -1,17 +0,0 @@
{
"name": "sketches",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"papaparse": "^5.4.1"
}
},
"node_modules/papaparse": {
"version": "5.4.1",
"resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.4.1.tgz",
"integrity": "sha512-HipMsgJkZu8br23pW15uvo6sib6wne/4woLZPlFf3rpDyMe9ywEXUsuD7+6K9PRkJlVT51j/sCOYDKGGS3ZJrw=="
}
}
}

View File

@ -1,10 +0,0 @@
{
"name": "paper-computer",
"dependencies": {
"papaparse": "^5.4.1"
},
"scripts": {
"assemble-and-run": "node assemble-and-run.js",
"assemble": "node assemble.js"
}
}