Keeping description consistent across app
This commit is contained in:
parent
eef5d50436
commit
bdf54945fe
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "regexper",
|
||||
"version": "1.0.0",
|
||||
"description": "Regular expression visualization tool",
|
||||
"description": "Regular expression visualization tool using railroad diagrams",
|
||||
"homepage": "http://regexper.com",
|
||||
"author": {
|
||||
"name": "Jeffrey Avallone",
|
||||
|
@ -2,6 +2,8 @@ import 'babel-register';
|
||||
import React from 'react';
|
||||
import ReactDOMServer from 'react-dom/server';
|
||||
|
||||
import pkg from '../package.json';
|
||||
|
||||
import Message from './components/Message';
|
||||
import AlertIcon from 'feather-icons/dist/icons/alert-octagon.svg';
|
||||
import GithubIcon from 'feather-icons/dist/icons/github.svg';
|
||||
@ -11,7 +13,7 @@ module.exports = '<!DOCTYPE html>' + ReactDOMServer.renderToString(
|
||||
<head>
|
||||
<meta charSet="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
||||
<meta name="description" content="Regular expression visualizer using railroad diagrams" />
|
||||
<meta name="description" content={ pkg.description } />
|
||||
|
||||
<link rel="author" href="/humans.txt" />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user