Skip to content

Commit 25cd2bf

Browse files
committed
fixing package
1 parent 1c2d2d6 commit 25cd2bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spex",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Specialized Promise Extensions",
55
"main": "src/index.js",
66
"typings": "typescript/spex.d.ts",
@@ -12,7 +12,7 @@
1212
"lint": "eslint ./src ./test/**/*.spec.js"
1313
},
1414
"files": [
15-
"lib",
15+
"src",
1616
"typescript"
1717
],
1818
"homepage": "https://github.com/vitaly-t/spex",

0 commit comments

Comments
 (0)