Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
v0.2.1 (#339)
Browse files Browse the repository at this point in the history
* Add lib_test ignore

* Fix build steps in appveyor

* Add skip_cleanup true to prevent removing node_modules for npm install

* Bump version for recovery
  • Loading branch information
extr0py authored Apr 2, 2017
1 parent 09b7fcf commit 1205049
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ deploy:
repo: extr0py/oni
- provider: npm
email: [email protected]
skip_cleanup: true
api_key:
secure: a6rHUGI8/WT6MKReSkTIv64jwqbbrrb4OkkArjmwcp8rvkj8r0EltfNT/k7MsosG/bmBW3L8dAqlzHS21TcZzwJRTOciq5deYFc9lVUyez7SAsgrJT8SoeyAND6ZsXnKHq72BnFvdG1YXNO06d9w8qiu3/E7RgB8oTINA8lLzQVHlIa0m8SJCOIJsjNz5o+ruPYTg3zdRFa3o4kacRN1YR2qygi09rjkwW8tfqIDnANZfVz107jNR3499V8iKUQq7WUZ43l85BFbquZx4eEmqiLEahIXewgS8qMLlIVnVwfUHkijWaHdr5WWfIow+orlcKyazcQJTtP5VWAMV/HwokK+B/FRNuv5FSOFFF09pWRP4G7ueGulZvqQHT3lrZe4Z9/00WBewxDraxUmysW1Mz+A10svnCMZSgj3KnsKTSM3v8cOvStvwoM9NwS1ebRikGq2oCbXa311d5WlbKJsVInQXsOqsORCDkojLf5e4BA8zt7ChwR7VJuwgZv1hSNG6MS+7L8E66/gyMY5b5Nn+J3ryEYUBtXJEv4gWFRf8/L/rtNP3dnnMpXMqCxyLQ3fWr9tjHjDYhB+i5/ij/FPoW9iadYhe2nSptkJi2y8kHxndAqo+cTVw5RquHDWN8lVaeawtEomCUMlkMNQ3TioDS5OSFxde/908od02P3IPFA=
on:
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ test_script:
- node --version
- npm --version
# run tests
- npm build
- npm test
- npm run build
- npm run test
# create setup package
- npm run dist:win
- npm run pack:win
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oni",
"email": "[email protected]",
"version": "0.2.0",
"version": "0.2.1",
"description": "NeoVim front-end with IDE-style extensibility",
"keywords": [
"vim",
Expand All @@ -23,7 +23,8 @@
"**/*",
"!**/*.oni",
"!**/*.vscode",
"!bin"
"!bin",
"!lib_test"
],
"asar": false,
"mac": {
Expand Down

0 comments on commit 1205049

Please sign in to comment.