Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
7c97373d4e | |||
3b53856b14 |
4
.github/FUNDING.yml
vendored
4
.github/FUNDING.yml
vendored
@@ -1,4 +0,0 @@
|
|||||||
# These are supported funding model platforms
|
|
||||||
|
|
||||||
patreon: "100"
|
|
||||||
liberapay: hundredrabbits
|
|
2362
package-lock.json
generated
Normal file
2362
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
24
package.json
Normal file
24
package.json
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"name": "pointvec",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "Fork of dotgrid with additional features and refractoring.",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.sdf.org/Atlas48/pointvec.git"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"vector",
|
||||||
|
"browser",
|
||||||
|
"webapp"
|
||||||
|
],
|
||||||
|
"author": "Atlas Cove <Atlas48@gmx.com>",
|
||||||
|
"license": "MIT",
|
||||||
|
"devDependencies": {
|
||||||
|
"webpack": "^5.53.0",
|
||||||
|
"webpack-cli": "^4.8.0"
|
||||||
|
}
|
||||||
|
}
|
10
push.sh
10
push.sh
@@ -1,10 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
node scripts/lib/build
|
|
||||||
rm -r release
|
|
||||||
mkdir release
|
|
||||||
cp index.html release/index.html
|
|
||||||
cp README.txt release/README.txt
|
|
||||||
~/Applications/butler push ~/Repositories/Hundredrabbits/Dotgrid/release hundredrabbits/dotgrid:main
|
|
||||||
~/Applications/butler status hundredrabbits/dotgrid
|
|
||||||
rm -r release
|
|
Reference in New Issue
Block a user