Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #4 from panter/chore/semantic-release
Browse files Browse the repository at this point in the history
chore: semantic-release
  • Loading branch information
claudiocro authored May 9, 2017
2 parents fad2d90 + d1b76e6 commit fd53f42
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ language: node_js
node_js:
- "6"
cache: yarn
after_success:
- npm run semantic-release
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# vue-i18next [![Build Status](https://travis-ci.org/panter/vue-i18next.svg?branch=master)](https://travis-ci.org/panter/vue-i18next)
# vue-i18next

[![Build Status](https://travis-ci.org/panter/vue-i18next.svg?branch=master)](https://travis-ci.org/panter/vue-i18next) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

> Internationalization for vue using the i18next i18n ecosystem. http://i18next.com/
Expand Down
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@panter/vue-i18next",
"description": "i18next wrapper for vue",
"version": "0.4.0",
"version": "0.4.0-development",
"author": "Claudio Romano <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/panter/vue-i18next.git"
"url": "https://github.com/panter/vue-i18next.git"
},
"homepage": "https://github.com/panter/vue-i18next#readme",
"bugs": "https://github.com/panter/vue-i18next/issues",
Expand All @@ -27,7 +27,8 @@
"test": "npm run lint && npm run test:unit",
"test:unit": "cross-env BABEL_ENV=test karma start test/karma.conf.js",
"gh-pages": "npm run build && rimraf ./gh-pages && mkdirp ./gh-pages/examples mkdirp ./gh-pages/dist && ncp ./examples ./gh-pages/examples && ncp ./dist ./gh-pages/dist",
"gh-pages-publish": "gh-pages -d gh-pages"
"gh-pages-publish": "gh-pages -d gh-pages",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"main": "./dist/vue-i18next.js",
"peerDependencies": {
Expand Down Expand Up @@ -83,7 +84,8 @@
"vue-loader": "^10.0.0",
"vue-template-compiler": "^2.1.0",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.2.0"
"webpack-dev-server": "^2.2.0",
"semantic-release": "^6.3.6"
},
"dependencies": {}
}

0 comments on commit fd53f42

Please sign in to comment.