Tiny script for preparing web assets for deployment

remove references to github, move to tangled

Changed files
+4 -4
+1 -1
README.md
··· 1 1 # build-shit 2 2 3 - [![GitHub License](https://img.shields.io/github/license/CorySanin/build-shit)](https://github.com/CorySanin/build-shit/blob/master/LICENSE) 3 + [![GitHub License](https://img.shields.io/github/license/CorySanin/build-shit)](https://tangled.sh/@sanin.dev/build-shit/blob/master/LICENSE) 4 4 [![NPM Version](https://img.shields.io/npm/v/forking-build-shit)](https://www.npmjs.com/package/forking-build-shit) 5 5 [![NPM Unpacked Size](https://img.shields.io/npm/unpacked-size/forking-build-shit)](https://www.npmjs.com/package/forking-build-shit) 6 6
+3 -3
package.json
··· 2 2 "name": "forking-build-shit", 3 3 "version": "1.0.3", 4 4 "description": "Tiny script for preparing web assets for deployment", 5 - "homepage": "https://github.com/CorySanin/build-shit#readme", 5 + "homepage": "https://tangled.sh/@sanin.dev/build-shit#readme", 6 6 "bugs": { 7 - "url": "https://github.com/CorySanin/build-shit/issues" 7 + "url": "https://tangled.sh/@sanin.dev/build-shit/issues" 8 8 }, 9 9 "dependencies": { 10 10 "csso": "5.0.5", ··· 20 20 }, 21 21 "repository": { 22 22 "type": "git", 23 - "url": "git+https://github.com/CorySanin/build-shit.git" 23 + "url": "git+https://tangled.sh/@sanin.dev/build-shit" 24 24 }, 25 25 "license": "MIT", 26 26 "author": {