Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7c97373d4e | ||
|
|
3b53856b14 |
@@ -1,4 +0,0 @@
|
||||
# These are supported funding model platforms
|
||||
|
||||
patreon: "100"
|
||||
liberapay: hundredrabbits
|
||||
Generated
+2362
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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