Skip to content

Commit

Permalink
Release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
alansemenov committed Oct 24, 2024
1 parent 2057808 commit fc3ba56
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
7 changes: 4 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"bugs": {
"url": "https://github.com/enonic/lib-static/issues"
},
"homepage": "https://github.com/enonic/lib-static#readme",
"homepage": "https://developer.enonic.com/docs/lib-static",
"devDependencies": {
"@enonic-types/core": "^7.14.2",
"@enonic-types/global": "^7.14.4",
Expand Down
4 changes: 4 additions & 0 deletions types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ import {requestHandler} from '/lib/enonic/static';
```

All imports from /lib/enonic/static should now be typed.

## Documentation

[Static asset library](https://developer.enonic.com/docs/lib-static)
3 changes: 2 additions & 1 deletion types/package.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
"files": [
"*"
],
"homepage": "https://github.com/enonic/lib-static#readme",
"homepage": "https://developer.enonic.com/docs/lib-static",
"keywords": [
"enonic",
"enonic-xp",
"lib-static",
"assets",
"static",
"types",
"typescript"
Expand Down

0 comments on commit fc3ba56

Please sign in to comment.