Skip to content

Commit 08f2903

Browse files
committed
Merge branch 'develop' of https://github.com/agershun/alasql into develop
2 parents a899ba7 + 7d7287c commit 08f2903

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# How to Contribute to the AlaSQL project
22

3-
Thank you very much or the your intentions! AlaSQL project still has a lot of thing to be improved, and your help is very appreciated!
3+
Thank you very much for your interest! AlaSQL project still has a lot of thing to be improved, and your help is very appreciated!
44

55
For you to edit the source please do the following:
66

@@ -15,11 +15,10 @@ For you to edit the source please do the following:
1515
- Run `npm test` to verify only the new test fails
1616
- Implement your contributions in `src/`
1717
- Run `npm test` and verify all tests are OK
18-
- Commit changes to git and push to your forked repo
18+
- Commit changes to git and push to your forked repo (including the `dist/` folder)
1919
- Click "Create Pull-request" when looking at your forked repo on Github
2020

2121
_Please note that `npm test` will compile from `src/` and overwrite `dist/` before running all tests_
2222

23-
24-
If you would would like to change the alasql.org website please make a PR to https://github.com/agershun/alasql-org
23+
If you would like to change the alasql.org website please make a PR to https://github.com/agershun/alasql-org
2524

src/05copyright.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! AlaSQL vPACKAGE_VERSION_NUMBER | © 2014-2016 Andrey Gershun & Mathias Rangel Wulff | License: MIT
1+
//! AlaSQL vPACKAGE_VERSION_NUMBER | © 2014-2018 Andrey Gershun & Mathias Rangel Wulff | License: MIT
22
/*
33
@module alasql
44
@version PACKAGE_VERSION_NUMBER

0 commit comments

Comments
 (0)