Skip to content

Commit

Permalink
Merge pull request #459 from merlinstardust/add-types
Browse files Browse the repository at this point in the history
Add types
  • Loading branch information
jankapunkt authored Nov 21, 2024
2 parents f1804ea + 1300372 commit 419ce5c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions package-types.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"typesEntry": "./package/collection2/collection2.js"
}
3 changes: 3 additions & 0 deletions package/collection2/package-types.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"typesEntry": "collection2.js"
}
3 changes: 2 additions & 1 deletion package/collection2/package.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* global Package, Npm */

/* global Package, Npm */
Package.describe({
name: 'aldeed:collection2',
summary:
Expand All @@ -18,6 +18,7 @@ Package.onUse(function (api) {
api.use('ecmascript');
api.use('raix:eventemitter@1.0.0 || 2.0.0');
api.use('aldeed:simple-schema@1.13.1 || 2.0.0');
api.use('zodern:types');

api.addFiles(['./collection2.js']);

Expand Down

0 comments on commit 419ce5c

Please sign in to comment.