Stop tracking old copies of package*.json that I missed when moving things... ugh
This commit is contained in:
parent
1bdda3c04a
commit
c06b59d057
|
|
@ -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=="
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue