strip out sample bits (moved to demo repository)

This commit is contained in:
Jesse Hallam 2018-07-24 16:02:46 -04:00
parent 7641f7cf17
commit daaf7822ea
No known key found for this signature in database
GPG key ID: E7959EB6518AF966
36 changed files with 12 additions and 1239 deletions

View file

@ -1,7 +1,7 @@
{
"name": "webapp",
"version": "0.0.1",
"description": "This plugin serves as a reference guide for best practices and build scripts when writing Mattermost plugins.",
"description": "This plugin serves as a starting point for writing a Mattermost plugin.",
"main": "src/index.js",
"scripts": {
"build": "webpack --mode=production",
@ -9,7 +9,7 @@
"fix": "eslint --ignore-pattern node_modules --ignore-pattern dist --ext .js --ext .jsx . --quiet --fix"
},
"author": "",
"license": "ISC",
"license": "",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",