From f00faab77178205c6d409966fd2153a15484b3cf Mon Sep 17 00:00:00 2001 From: Sean Macdonald Date: Sun, 27 Mar 2022 21:27:23 -0400 Subject: [PATCH] added some weird shit to README --- README.md | 8 ++++ package.json | 114 +++++++++++++++++++++++++-------------------------- 2 files changed, 65 insertions(+), 57 deletions(-) diff --git a/README.md b/README.md index 1c81b1a..059eb7a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # Falert Falert is a Funky Alert. It floats and shit. + +i am italic + +
    +
  1. do something
  2. +
+ + diff --git a/package.json b/package.json index c8231a4..45423b5 100644 --- a/package.json +++ b/package.json @@ -1,59 +1,59 @@ { - "name": "@code_monk/falert", - "version": "1.0.5", - "repository": { - "type": "git", - "url": "git@github.com:sean9999/falert.js.git" - }, - "description": "Funky Alerts for the browser", - "type": "module", - "sideEffects": false, - "browser": true, - "private": false, - "scripts": { - "start": "parcel src/index.html --open", - "build": "parcel build", - "prepare": "npm run build", - "publish": "git push --tags && npm publish", - "test": "echo \"Error: no test specified\" && exit 1" - }, - "files": [ - "src/**/*", - "dist/**/*", - "tsconfig.json", - "README.md" - ], - "targets": { - "html": { - "source": "./src/index.html", - "context": "browser", - "isLibrary": false - }, - "es6": { - "source": "./src/js/falert.ts", - "context": "browser", - "isLibrary": true , - "outputFormat": "esmodule" - }, - "umd": { - "source": "./src/js/falert.ts", - "context": "browser", - "outputFormat": "global" - } - }, - "main": "dist/umd/falert.js", - "module": "dist/module/falert.js", - "types": "dist/index.d.ts", - "homepage": "https://github.com/sean9999/falert.js/wiki/Falert", - "browserslist": "> 3%, last 2 versions, not dead", - "staticFiles": { - "staticPath": "src/sounds", - "staticOutPath": "sounds" - }, - "author": "@code_monk", - "license": "ISC", - "devDependencies": { - "parcel": "^2.4.0", - "parcel-reporter-static-files-copy": "^1.3.4" - } + "name": "@code_monk/falert", + "version": "1.0.6", + "repository": { + "type": "git", + "url": "git@github.com:sean9999/falert.js.git" + }, + "description": "Funky Alerts for the browser", + "type": "module", + "sideEffects": false, + "browser": true, + "private": false, + "scripts": { + "start": "parcel src/index.html --open", + "build": "parcel build", + "prepare": "npm run build", + "publish": "git push --tags && npm publish", + "test": "echo \"Error: no test specified\" && exit 1" + }, + "files": [ + "src/**/*", + "dist/**/*", + "tsconfig.json", + "README.md" + ], + "targets": { + "html": { + "source": "./src/index.html", + "context": "browser", + "isLibrary": false + }, + "es6": { + "source": "./src/js/falert.ts", + "context": "browser", + "isLibrary": true , + "outputFormat": "esmodule" + }, + "umd": { + "source": "./src/js/falert.ts", + "context": "browser", + "outputFormat": "global" + } + }, + "main": "dist/umd/falert.js", + "module": "dist/module/falert.js", + "types": "dist/index.d.ts", + "homepage": "https://github.com/sean9999/falert.js/wiki/Falert", + "browserslist": "> 3%, last 2 versions, not dead", + "staticFiles": { + "staticPath": "src/sounds", + "staticOutPath": "sounds" + }, + "author": "@code_monk", + "license": "ISC", + "devDependencies": { + "parcel": "^2.4.0", + "parcel-reporter-static-files-copy": "^1.3.4" + } }