update package.json

This commit is contained in:
Philipp Kühn 2018-08-20 23:08:56 +02:00
parent 5a9021df3d
commit cfa908675b

View File

@ -1,7 +1,8 @@
{ {
"name": "tiptap", "name": "tiptap",
"version": "0.1.0", "version": "0.1.0",
"description": "", "description": "A rich-text editor for Vue.js",
"license": "MIT",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {
"start": "babel-node webpack/server.js --env=development", "start": "babel-node webpack/server.js --env=development",