v1.0.0
This commit is contained in:
parent
c30f9b4db9
commit
9f3d607244
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
# v1.0.0
|
||||
|
||||
- Internal rewrite in TypeScript
|
||||
- Git tag is now the built version, for easier direct installation without the npm registry
|
||||
|
||||
# v0.3.0
|
||||
|
||||
- Rename `.files` to `.paths`, as it contains directories, not just files
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cheap-watch",
|
||||
"version": "0.3.0",
|
||||
"version": "1.0.0",
|
||||
"description": "If it works, why use something else?",
|
||||
"keywords": [
|
||||
"async",
|
||||
|
|
Loading…
Reference in a new issue