Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cvuorinen committed Jun 16, 2016
1 parent bf2919e commit f639745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "angular1-async-filter",
"version": "1.0.1",
"version": "1.0.2",
"description": "Angular2 async pipe implemented as Angular 1 filter to handle promises & RxJS observables",
"main": "async-filter.js",
"scripts": {
"build": "babel src/async-filter.js -o async-filter.js --presets 'es2015'",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "./node_modules/karma/bin/karma start --single-run"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f639745

Please sign in to comment.