Skip to content

Commit

Permalink
1.0.2 (#12)
Browse files Browse the repository at this point in the history
* Fixed csv export

* Fixing npm publish

* 1.0.2
  • Loading branch information
dorsha authored Nov 21, 2017
1 parent fceadfb commit 4d8a4e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ deployment:
- cp README.md sane-reports
- cp reportsServer.js sane-reports
- cd sane-reports
- echo -e "$NPM_USERNAME\n$NPM_PASSWORD\n$NPM_EMAIL" | npm login
- npm set //registry.npmjs.org/:_authToken=${NPM_TOKEN}
- npm publish sane-reports
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sane-reports",
"version": "1.0.1",
"version": "1.0.2",
"description": "Reports library that will keep you sane and not pulling your hair out. sane-report is a library that helps you to generate headless reports according to simple language.",
"homepage": "https://www.demisto.com",
"author": "Demisto (Doron Sharon)",
Expand Down

0 comments on commit 4d8a4e8

Please sign in to comment.