Skip to content

Commit 227020b

Browse files
authored
Merge pull request #3 from KendelChopp/ignore-test-files
Ignore test files
2 parents fcd8c65 + 7029348 commit 227020b

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.npmignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
dist
2+
node_modules
3+
coverage
4+
*.test.*
5+
.github

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kendelchopp/alpaca-js-backtesting",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)