Skip to content

Commit

Permalink
chore: Bump version and add dist script
Browse files Browse the repository at this point in the history
  • Loading branch information
kewitz committed Dec 13, 2017
1 parent cb20d09 commit 084a4a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "dat-medium",
"version": "0.1.2",
"version": "0.2.0",
"description": "P2P blog platform inspired by Medium for Beaker.",
"author": "Leonardo Kewitz <leokewitz@gmail.com>",
"license": "MIT",
"main": "dist/dat-medium.js",
"scripts": {
"build": "NODE_ENV=production webpack --config webpack.config.js",
"dev": "webpack -w --config webpack.config.dev.js"
"dev": "webpack -w --config webpack.config.dev.js",
"dist": "yarn build && cd dist && dat sync"
},
"devDependencies": {
"babel-cli": "^6.26.0",
Expand Down

0 comments on commit 084a4a1

Please sign in to comment.