Fix deploy of ani-cursor

This commit is contained in:
Jordan Eldredge 2020-12-10 19:30:17 -08:00
parent 5f6c8bd4ae
commit 829f7cbb6c
12 changed files with 9 additions and 4 deletions

View file

@ -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).

View file

@ -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": {

View file

@ -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/"]
}

View file

@ -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": [