Skip to content

Commit

Permalink
update travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Mar 9, 2017
1 parent 43f4091 commit 70768ab
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ node_js:
- "0.10"
- "iojs"
before_install:
- npm install -g npm
- npm install -g npm@^3
before_script:
- chmod -R 777 ./project/build/integration
env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ See [contributing guide](.github/CONTRIBUTING.md)

| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2017-02-10 | v1.0.26 | Maintenance |
| 2017-03-09 | v1.0.28 | Maintenance |
| 2017-02-07 | v1.0.25 | Ability to generate minified js code |
| 2017-01-13 | v1.0.24 | Maintenance |
| 2016-07-26 | v0.1.2 | Add integration test via docker |
Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2017-02-10 | v1.0.26 | Maintenance |
| 2017-03-09 | v1.0.28 | Maintenance |
| 2017-02-07 | v1.0.25 | Ability to generate minified js code |
| 2017-01-13 | v1.0.24 | Maintenance |
| 2016-07-26 | v0.1.2 | Add integration test via docker |
Expand Down
18 changes: 9 additions & 9 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ script files as JS files.</p>

## GoLoader
**Kind**: global class
**Access:** public
**Author:** Sagie Gur-Ari
**Access**: public
**Author**: Sagie Gur-Ari

* [GoLoader](#GoLoader)
* [new GoLoader()](#new_GoLoader_new)
Expand All @@ -40,7 +40,7 @@ node runtime as JS files.
Runs the gopherjs converter process.

**Returns**: <code>String</code> - The generate command
**Access:** public
**Access**: public

| Param | Type | Default | Description |
| --- | --- | --- | --- |
Expand All @@ -54,7 +54,7 @@ Runs the gopherjs converter process.
Runs the gopherjs converter process.

**Returns**: <code>Object</code> - The process execution output (see shelljs for more information)
**Access:** public
**Access**: public

| Param | Type | Default | Description |
| --- | --- | --- | --- |
Expand All @@ -68,7 +68,7 @@ Runs the gopherjs converter process.
Converts the provided go file into JS script text.

**Returns**: <code>String</code> - The JS string of the converted go script
**Access:** public
**Access**: public

| Param | Type | Default | Description |
| --- | --- | --- | --- |
Expand All @@ -83,7 +83,7 @@ Converts the provided google go file into JS script and loads it into
the node runtime.

**Returns**: <code>Object</code> - The JS module
**Access:** public
**Access**: public

| Param | Type | Default | Description |
| --- | --- | --- | --- |
Expand All @@ -99,7 +99,7 @@ Extends the require capabilities to allow loading of google go
script files as JS files.

**Kind**: global namespace
**Author:** Sagie Gur-Ari
**Author**: Sagie Gur-Ari
**Example**
In order to use google go scripts under node, you need to first require this library as follows
```js
Expand Down Expand Up @@ -152,13 +152,13 @@ func main() {
### NodeGoRequire.goLoader : <code>[GoLoader](#GoLoader)</code>
The GO loader instance.

**Access:** public
**Access**: public
<a name="NodeGoRequire.requireGo"></a>

### NodeGoRequire.requireGo(goModule, fileName)
The node require implementation for google go scripts.

**Access:** public
**Access**: public

| Param | Type | Description |
| --- | --- | --- |
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-go-require",
"version": "1.0.26",
"version": "1.0.28",
"description": "Load Google GO files as any javascript modules under nodeJS runtime.",
"author": {
"name": "Sagie Gur-Ari",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"node.extend": "^1.1.6",
"shelljs": "^0.7.6"
"shelljs": "^0.7.7"
},
"devDependencies": {
"chai": "latest",
Expand Down

0 comments on commit 70768ab

Please sign in to comment.