Skip to content

Commit

Permalink
tools: move build-native.js to tools
Browse files Browse the repository at this point in the history
* Move `build-native.js` to `tools/`
* Update the NPM scripts
* Make `tools/build-native.js` executable

PR-URL: metarhia/jstp#89
  • Loading branch information
aqrln committed Feb 26, 2017
1 parent 7f807fd commit 0efd242
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-native.js → tools/build-native.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

'use strict';

const fs = require('fs');
Expand Down

0 comments on commit 0efd242

Please sign in to comment.