Skip to content

Commit b996e77

Browse files
committed
Add dependency on node-core-library
1 parent efa4a1a commit b996e77

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

libraries/rushell/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
"start": "jest --watch"
1717
},
1818
"license": "MIT",
19-
"dependencies": {},
19+
"dependencies": {
20+
"@microsoft/node-core-library": "~2.1.0"
21+
},
2022
"devDependencies": {
2123
"@microsoft/node-library-build": "4.4.8",
2224
"@types/jest": "21.1.10",

0 commit comments

Comments
 (0)