Skip to content

Commit

Permalink
version bump, add version to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Bühler committed Jul 19, 2016
1 parent 8aca436 commit 0e1c63b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js:
- '6'
- '5'
- '4.2'

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": "proc-that-elastic-loader",
"version": "0.3.2",
"version": "0.4.0",
"description": "Loader for proc-that. Loads processed items into an elasticsearch index.",
"main": "index.js",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"test": "mocha --ui bdd --recursive ./build",
"precitest": "npm run bootstrap && npm run clean && tsc",
"citest": "istanbul cover -x \"**/*.spec.*\" _mocha --report lcovonly -- --ui bdd --recursive ./build",
"develop": "npm run clean && tsc -w"
"develop": "npm run clean && tsc -w --sourceMap --pretty"
},
"keywords": [
"etl",
Expand Down
4 changes: 1 addition & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
},
"exclude": [
"node_modules",
"build",
"typings/browser.d.ts",
"typings/browser"
"build"
]
}

0 comments on commit 0e1c63b

Please sign in to comment.