Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Apr 24, 2017
1 parent 8139fc8 commit e9b6f1f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .bithoundrc
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"grunt-remark",
"grunt-retire",
"grunt-shell",
"grunt-snyk",
"grunt-stylelint",
"grunt-version-check",
"grunt-yaml-validator",
Expand All @@ -70,6 +71,7 @@
"rimraf",
"sinon",
"sinon-chai",
"snyk",
"stylelint-config-standard",
"time-grunt"
]
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-04-19 | v1.0.33 | Maintenance |
| 2017-04-24 | v1.0.34 | 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-04-19 | v1.0.33 | Maintenance |
| 2017-04-24 | v1.0.34 | 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
4 changes: 2 additions & 2 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,12 @@ func main() {
```

* [NodeGoRequire](#NodeGoRequire) : <code>object</code>
* [.goLoader](#NodeGoRequire.goLoader) : <code>[GoLoader](#GoLoader)</code>
* [.goLoader](#NodeGoRequire.goLoader) : [<code>GoLoader</code>](#GoLoader)
* [.requireGo(goModule, fileName)](#NodeGoRequire.requireGo)

<a name="NodeGoRequire.goLoader"></a>

### NodeGoRequire.goLoader : <code>[GoLoader](#GoLoader)</code>
### NodeGoRequire.goLoader : [<code>GoLoader</code>](#GoLoader)
The GO loader instance.

**Access**: public
Expand Down
3 changes: 1 addition & 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.33",
"version": "1.0.34",
"description": "Load Google GO files as any javascript modules under nodeJS runtime.",
"author": {
"name": "Sagie Gur-Ari",
Expand Down Expand Up @@ -45,7 +45,6 @@
"chai": "latest",
"grunt": "latest",
"grunt-cli": "latest",
"grunt-shell": "latest",
"husky": "latest",
"js-project-commons": "latest",
"rimraf": "latest"
Expand Down

0 comments on commit e9b6f1f

Please sign in to comment.