Skip to content

Commit

Permalink
Auto-merge for PR #21 via VersionBot
Browse files Browse the repository at this point in the history
Only include the bindings.node file in prebuilds
  • Loading branch information
resin-io-versionbot[bot] authored Mar 30, 2018
2 parents 8a3cd15 + 25dcb88 commit d5516a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

## v1.0.3 - 2018-03-30

* Only include the bindings.node file in prebuilds #21 [Alexis Svinartchouk]

## v1.0.2 - 2018-03-30

* Use cross-env so the upload script works on windows #19 [Alexis Svinartchouk]
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": "ext2fs",
"version": "1.0.2",
"version": "1.0.3",
"description": "NodeJS native bindings to the libext2fs for cross-platform ext filesystem handling",
"author": "Petros Angelatos <[email protected]>",
"contributors": [
Expand All @@ -11,7 +11,7 @@
"main": "index.js",
"gypfile": true,
"scripts": {
"upload": "cross-env prebuild -t $npm_config_node_version -u $NODE_PRE_GYP_GITHUB_TOKEN",
"upload": "cross-env prebuild -t $npm_config_node_version -u $NODE_PRE_GYP_GITHUB_TOKEN --include-regex 'bindings\\.node$'",
"build": "node-gyp build",
"pretest": "eslint lib test",
"test": "mocha",
Expand Down

0 comments on commit d5516a6

Please sign in to comment.