|
1 | 1 | { |
2 | | - "name": "@github/custom-element-element", |
| 2 | + "name": "blink-text-element", |
3 | 3 | "version": "0.0.1", |
4 | | - "description": "Boilerplate for creating a custom element.", |
5 | | - "main": "dist/custom-element.js", |
6 | | - "module": "dist/custom-element.js", |
| 4 | + "description": "An element which blinks in and out to try to get the users attention like the traditional blink element found in the browsers of yesteryear", |
| 5 | + "main": "dist/blink-text-element.js", |
| 6 | + "module": "dist/blink-text-element.js", |
7 | 7 | "type": "module", |
8 | | - "types": "dist/custom-elements.d.ts", |
| 8 | + "types": "dist/blink-text-elements.d.ts", |
9 | 9 | "license": "MIT", |
10 | | - "repository": "github/custom-element-boilerplate", |
| 10 | + "repository": "24webcomponents/blink-text-element", |
11 | 11 | "files": [ |
12 | 12 | "dist" |
13 | 13 | ], |
14 | 14 | "scripts": { |
| 15 | + "meta": "custom-elements-manifest analyze", |
15 | 16 | "clean": "rm -rf dist", |
16 | 17 | "lint": "eslint . --ext .ts,.js", |
17 | 18 | "prebuild": "npm run clean && npm run lint && mkdir dist", |
18 | 19 | "build": "tsc", |
19 | 20 | "pretest": "npm run build", |
20 | 21 | "test": "web-test-runner \"test/**/*\" --node-resolve", |
21 | 22 | "start": "web-dev-server --node-resolve --open --watch --app-index=examples/index.html --root-dir=. --esbuild-target auto", |
22 | | - "prepublishOnly": "npm run build", |
23 | | - "postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'" |
| 23 | + "prepublishOnly": "npm run build" |
24 | 24 | }, |
25 | 25 | "prettier": "@github/prettier-config", |
26 | 26 | "devDependencies": { |
|
0 commit comments