Skip to content

Commit

Permalink
added some weird shit to README
Browse files Browse the repository at this point in the history
  • Loading branch information
sean9999 committed Mar 28, 2022
1 parent 58aea6d commit f00faab
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 57 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Falert

Falert is a Funky Alert. It floats and shit.

<i>i am italic</i>

<ol>
<li><a href="javascript:document.body.style.backgroundColor='red'; return false">do something</a></li>
</ol>

<iframe src="https://cloudflare.com" width="300" height="300"></iframe>
114 changes: 57 additions & 57 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,59 +1,59 @@
{
"name": "@code_monk/falert",
"version": "1.0.5",
"repository": {
"type": "git",
"url": "[email protected]: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": "[email protected]: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"
}
}

0 comments on commit f00faab

Please sign in to comment.