mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-01 14:33:38 +00:00
Fix deploy of ani-cursor
This commit is contained in:
parent
5f6c8bd4ae
commit
829f7cbb6c
12 changed files with 9 additions and 4 deletions
|
|
@ -39,4 +39,6 @@ h1.innerText = 'Pizza Time!';
|
|||
document.body.appendChild(h1);
|
||||
|
||||
applyCursor("#pizza", "https://archive.org/cors/tucows_169906_Pizza_cursor/pizza.ani");
|
||||
```
|
||||
```
|
||||
|
||||
Try the [Live Demo on CodeSandbox](https://codesandbox.io/s/jolly-thunder-9jkio?file=/src/index.js).
|
||||
|
|
@ -1,9 +1,10 @@
|
|||
{
|
||||
"name": "ani-cursor",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.4",
|
||||
"description": "Render .ani cursors as CSS animations in the browser",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"files": ["dist/", "src/**/*.ts"],
|
||||
"author": "Jordan Eldredge <jordan@jordaneldredge.com>",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -29,5 +29,7 @@
|
|||
"declaration": true,
|
||||
"skipLibCheck": true /* Skip type checking of declaration files. */,
|
||||
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
|
||||
}
|
||||
},
|
||||
"exclude": ["node_modules", "dist"],
|
||||
"include": ["src/"]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "webamp",
|
||||
"version": "1.4.2",
|
||||
"version": "1.4.3-beta.0",
|
||||
"description": "Winamp 2 implemented in HTML5 and JavaScript",
|
||||
"main": "built/webamp.bundle.js",
|
||||
"files": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue