Skip to content

Commit cfb0933

Browse files
committed
v0.3.1
1 parent 22feb13 commit cfb0933

2 files changed

Lines changed: 7 additions & 9 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
2121
<link href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" rel="stylesheet">
22-
<title>Graphite Writer BETA v0.3.1</title>
22+
<title>Graphite Writer BETA v0.3.2</title>
2323
</head>
2424

2525
<body>

package.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"name": "graphite-writer",
3-
"version": "1.3.1",
4-
"description": "A modren web based text editor, with Firebase, Vue JS, and Quill JS ",
3+
"version": "1.3.2",
4+
"description":
5+
"A modren web based text editor, with Firebase, Vue JS, and Quill JS ",
56
"author": "StompRocket hello@stomprocket.io",
67
"private": true,
78
"scripts": {
8-
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js ",
9+
"dev":
10+
"webpack-dev-server --inline --progress --config build/webpack.dev.conf.js ",
911
"start": "npm run dev",
1012
"build": "node build/build.js"
1113
},
@@ -63,9 +65,5 @@
6365
"node": ">= 6.0.0",
6466
"npm": ">= 3.0.0"
6567
},
66-
"browserslist": [
67-
"> 1%",
68-
"last 2 versions",
69-
"not ie <= 8"
70-
]
68+
"browserslist": ["> 1%", "last 2 versions", "not ie <= 8"]
7169
}

0 commit comments

Comments
 (0)