give up and publish apple2shader

This commit is contained in:
Will Scullin 2021-04-20 19:01:12 -07:00
parent d1238c3d6c
commit df5f3a6058
No known key found for this signature in database
GPG Key ID: 26DCD1042C6638CD
2 changed files with 7 additions and 8 deletions

13
package-lock.json generated
View File

@ -8,7 +8,7 @@
"version": "0.0.1", "version": "0.0.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"apple2shader": "whscullin/apple2shader#d365fa3b45f27890c97a2fe6ecbab6a77d02f177", "apple2shader": "0.0.1",
"micromodal": "^0.4.2" "micromodal": "^0.4.2"
}, },
"devDependencies": { "devDependencies": {
@ -2888,9 +2888,8 @@
}, },
"node_modules/apple2shader": { "node_modules/apple2shader": {
"version": "0.0.1", "version": "0.0.1",
"resolved": "git+ssh://git@github.com/whscullin/apple2shader.git#d365fa3b45f27890c97a2fe6ecbab6a77d02f177", "resolved": "https://registry.npmjs.org/apple2shader/-/apple2shader-0.0.1.tgz",
"integrity": "sha512-RPexfw95Jk34UUHteg66rCG6GpNXySl2dD7P/WqyhJZ+7J5U9AJrIB/AxJMaBlHTyI8SZTlHvGX4r7tNCC6+qw==", "integrity": "sha512-RPexfw95Jk34UUHteg66rCG6GpNXySl2dD7P/WqyhJZ+7J5U9AJrIB/AxJMaBlHTyI8SZTlHvGX4r7tNCC6+qw=="
"license": "GPL-2.0"
}, },
"node_modules/argparse": { "node_modules/argparse": {
"version": "1.0.10", "version": "1.0.10",
@ -15657,9 +15656,9 @@
} }
}, },
"apple2shader": { "apple2shader": {
"version": "git+ssh://git@github.com/whscullin/apple2shader.git#d365fa3b45f27890c97a2fe6ecbab6a77d02f177", "version": "0.0.1",
"integrity": "sha512-NcyskbqULLneR3rhmYEd1PWFEjhGLtaCrlIsppZBL1Hdfkzn4NK/I5BkXyCia1kDZY5M86aTfrD61E4WSQID5Q==", "resolved": "https://registry.npmjs.org/apple2shader/-/apple2shader-0.0.1.tgz",
"from": "apple2shader@whscullin/apple2shader#d365fa3b45f27890c97a2fe6ecbab6a77d02f177" "integrity": "sha512-RPexfw95Jk34UUHteg66rCG6GpNXySl2dD7P/WqyhJZ+7J5U9AJrIB/AxJMaBlHTyI8SZTlHvGX4r7tNCC6+qw=="
}, },
"argparse": { "argparse": {
"version": "1.0.10", "version": "1.0.10",

View File

@ -47,7 +47,7 @@
"webpack-dev-server": "^4.0.0-beta.1" "webpack-dev-server": "^4.0.0-beta.1"
}, },
"dependencies": { "dependencies": {
"apple2shader": "whscullin/apple2shader#d365fa3b45f27890c97a2fe6ecbab6a77d02f177", "apple2shader": "0.0.1",
"micromodal": "^0.4.2" "micromodal": "^0.4.2"
} }
} }