2 Commits

Author SHA1 Message Date
7c97373d4e added package.json package-lock.json 2021-09-24 19:24:23 +01:00
3b53856b14 removed .github & push.sh 2021-09-24 19:21:43 +01:00
4 changed files with 2386 additions and 14 deletions

4
.github/FUNDING.yml vendored
View File

@@ -1,4 +0,0 @@
# These are supported funding model platforms
patreon: "100"
liberapay: hundredrabbits

2362
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

24
package.json Normal file
View 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
View File

@@ -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