Skip to content

Commit

Permalink
main:alasql.js
Browse files Browse the repository at this point in the history
  • Loading branch information
agershun committed Mar 13, 2015
1 parent 1c4ac2a commit cb6852c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changelog

### 0.0.41 "Eagle" (12.03.2015 - ...)
### 0.0.41 "Eagle" (12.03.2015 - 13.03.2015)
* `column` for column names
* ``JavaScript expression`` for JavaScript

* Changed package.json (main:alasql.js)

### 0.0.40 "Sapsan" (24.01.2015 - 06.03.2015)

Expand Down
2 changes: 1 addition & 1 deletion alasql.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/alasql.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
var alasql = require('./alasql.js');
module.exports = require('./alasql.js');

for(var key in alasql) {
exports[key] = alasql[key]
}
//var alasql = require('./alasql.js');

//for(var key in alasql) {
// exports[key] = alasql[key]
//}

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"url": "https://github.com/agershun/alasql/issues"
},
"homepage": "https://github.com/agershun/alasql",
"main": "index.js",
"main": "alasql.js",
"scripts": {
"test": "cd test && mocha ."
},
Expand Down
2 changes: 1 addition & 1 deletion src/10start.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// alasql.js
// Alasql - JavaScript SQL database
// Date: 12.03.2015
// Date: 13.03.2015
// Version: 0.0.41
// (ñ) 2014, Andrey Gershun
//
Expand Down

0 comments on commit cb6852c

Please sign in to comment.