Skip to content

Commit

Permalink
fix(release): add setup
Browse files Browse the repository at this point in the history
  • Loading branch information
bigopon committed Jan 14, 2018
1 parent cb9e69c commit d0bfddb
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 25 deletions.
16 changes: 16 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2
jobs:
build:
docker:
- image: 'circleci/node:latest'
steps:
- checkout
- run:
name: install
command: npm install
- run:
name: test
command: npm test
- run:
name: release
command: npm run semantic-release || true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# aurelia-blur-plugin

[![Join the chat at https://gitter.im/aurelia/discuss](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/aurelia/discuss?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://travis-ci.org/bigopon/aurelia-blur-attribute.svg?branch=master)](https://travis-ci.org/bigopon/aurelia-blur-attribute)
[![CircleCI](https://circleci.com/gh/bigopon/aurelia-blur-attribute.svg?style=svg)](https://circleci.com/gh/bigopon/aurelia-blur-attribute)

## [Introduction]

Expand Down
20 changes: 0 additions & 20 deletions circle.yml

This file was deleted.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-blur-attribute",
"version": "0.1.0",
"version": "0.0.0-development",
"description": "A plugin to help manage focus inside an application.",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"repository": {
"type": "git",
"url": "http://github.com/bigopon/aurelia-blur-attribute"
"url": "https://github.com/bigopon/aurelia-blur-attribute"
},
"dependencies": {
"aurelia-binding": "^1.5.0",
Expand Down Expand Up @@ -67,7 +67,7 @@
"jest-css-modules": "^1.1.0",
"node-sass": "^4.6.0",
"rimraf": "^2.6.2",
"semantic-release": "^8.2.0",
"semantic-release": "^12.2.2",
"ts-jest": "^21.2.1",
"tslint": "^5.8.0",
"typescript": "^2.6.1"
Expand Down Expand Up @@ -126,4 +126,4 @@
"release": {
"verifyConditions": "condition-circle"
}
}
}

0 comments on commit d0bfddb

Please sign in to comment.