Skip to content

Commit 82f31fe

Browse files
committed
use package.json files field
1 parent 99271d5 commit 82f31fe

3 files changed

Lines changed: 4 additions & 11 deletions

File tree

.npmignore

Lines changed: 0 additions & 10 deletions
This file was deleted.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018 Andre 'Staltz' Medeiros
3+
Copyright (c) 2018-2022 Andre 'Staltz' Medeiros
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"main": "lib/cjs/index.js",
1919
"typings": "lib/cjs/index.d.ts",
2020
"types": "lib/cjs/index.d.ts",
21+
"files": [
22+
"lib/cjs/*"
23+
],
2124
"prettier": {
2225
"singleQuote": true,
2326
"trailingComma": "es5",

0 commit comments

Comments
 (0)