Skip to content

Commit a5feff4

Browse files
committed
update README and add links in package.json
1 parent 6efaae7 commit a5feff4

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
So far:
66

7-
- `requestAnimationFrame`
8-
- `setTimeout`
7+
- `requestAnimationFrame`/`cancelAnimationFrame`
8+
- `setTimeout`/`clearTimeout`
99
- `Promise` (rudimentary initial implementation, still lacking things like promise chaining and static methods, etc)
1010

1111
> The name is a play on words:

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
"name": "ecmassembly",
33
"version": "0.1.5",
44
"type": "module",
5-
"home": "",
5+
"homepage": "https://github.com/aspkg/ecmassembly",
6+
"repository": {
7+
"type": "git",
8+
"url": "git@github.com:aspkg/ecmassembly.git"
9+
},
10+
"bugs": {
11+
"url": "https://github.com/aspkg/ecmassembly/issues"
12+
},
613
"scripts": {
714
"start": "npm run dev",
815
"build": "npm run asbuild",

0 commit comments

Comments
 (0)