chore: update version number

This commit is contained in:
EnixCoda 2018-02-08 13:15:50 +08:00
parent b2235be1fb
commit 02bbcff2e5
3 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "gitako",
"version": "0.1.3",
"version": "0.1.4",
"description": "yet another extension for GitHub",
"repository": "https://github.com/EnixCoda/Gitako",
"author": "EnixCoda",

View file

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Gitako",
"version": "0.1.3",
"version": "0.1.4",
"author": "EnixCoda",
"icons": {
"128": "icons/Gitako-128x128.png"

View file

@ -69,11 +69,13 @@ module.exports = {
test: /\.svg$/,
resourceQuery: /inline/,
loader: ['url-loader'],
include: [srcPath],
},
{
test: /\.svg$/,
resourceQuery: /svgr/,
loader: ['babel-loader', 'svgr/webpack'],
include: [srcPath],
},
],
},