Add "Remove Server" modal

This commit is contained in:
Yuya Ochiai
2017-01-24 21:06:07 +09:00
parent f7967cad9d
commit ee2e315199
5 changed files with 108 additions and 3 deletions

View File

@@ -40,6 +40,7 @@
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-object-rest-spread": "^6.22.0",
"babel-preset-react": "^6.16.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
@@ -77,7 +78,10 @@
},
{
"from": "resources/linux",
"filter": ["create_desktop_file.sh", "README.md"]
"filter": [
"create_desktop_file.sh",
"README.md"
]
}
]
},