Skip to content

Commit 74ba840

Browse files
authored
Merge pull request #4 from KendelChopp/add-keywords
Add keywords
2 parents 227020b + c1c2545 commit 74ba840

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kendelchopp/alpaca-js-backtesting",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "",
55
"main": "src/index.js",
66
"scripts": {
@@ -12,7 +12,11 @@
1212
"url": "git+https://github.com/KendelChopp/alpaca-js-backtesting.git"
1313
},
1414
"author": "Kendel Chopp",
15-
"license": "ISC",
15+
"license": "MIT",
16+
"keywords": [
17+
"alpaca",
18+
"backtesting"
19+
],
1620
"bugs": {
1721
"url": "https://github.com/KendelChopp/alpaca-js-backtesting/issues"
1822
},

0 commit comments

Comments
 (0)