Skip to content

Commit

Permalink
feat: prebundled
Browse files Browse the repository at this point in the history
  • Loading branch information
develar committed Jun 8, 2017
1 parent 438f7eb commit 21bb870
Show file tree
Hide file tree
Showing 13 changed files with 8 additions and 14 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
node_modules
_node_modules
/build
/lib/fcopy_binding
/tests/tmp
yarn.lock
/scripts/.nvs
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ before_install:

install:
- npm install
- node -r babel-register ./scripts/install.js
- npm run test

script: node -r babel-register ./scripts/publish-github-current.js
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ build_script:
- cmd: >-
npm install
node -r babel-register ./scripts/install.js
npm run test
node -r babel-register ./scripts/publish-github-current.js
Binary file added lib/fcopy_binding/1-48-darwin-x64.node
Binary file not shown.
Binary file added lib/fcopy_binding/1-48-linux-x64.node
Binary file not shown.
Binary file added lib/fcopy_binding/1-48-win32-x64.node
Binary file not shown.
Binary file added lib/fcopy_binding/1-51-darwin-x64.node
Binary file not shown.
Binary file added lib/fcopy_binding/1-51-linux-x64.node
Binary file not shown.
Binary file added lib/fcopy_binding/1-51-win32-x64.node
Binary file not shown.
Binary file added lib/fcopy_binding/1-57-darwin-x64.node
Binary file not shown.
Binary file added lib/fcopy_binding/1-57-linux-x64.node
Binary file not shown.
Binary file added lib/fcopy_binding/1-57-win32-x64.node
Binary file not shown.
18 changes: 5 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fcopy",
"version": "0.0.8",
"name": "fcopy-pre-bundled",
"version": "0.1.2",
"description": "when theres a file in a place and a new place for the file",
"author": "Daniel Pihlstrom <sciolist.se@gmail.com>",
"license": "BSD-2-Clause",
Expand All @@ -11,16 +11,10 @@
"scripts": {
"test": "tap tests/*.js && rm -rf tests/tmp",
"src-publish-github": "node ./scripts/publish-github.js",
"install": "node ./scripts/install.js"
"download": "node ./scripts/install.js --download"
},
"files": [
"lib",
"!lib/binding",
"tests",
"!tests/tmp",
"src",
"scripts/install.js",
"binding.gyp"
"lib"
],
"binary": {
"version": 1,
Expand All @@ -30,10 +24,8 @@
"57": "8.0.0"
}
},
"dependencies": {
"nan": "^2.6.2"
},
"devDependencies": {
"nan": "^2.6.2",
"babel-core": "^6.24.1",
"babel-preset-env": "^1.5.2",
"babel-register": "^6.24.1",
Expand Down

0 comments on commit 21bb870

Please sign in to comment.