Skip to content

Commit

Permalink
create package.json with live-server for fast/live reloading while cr…
Browse files Browse the repository at this point in the history
…eating template for personas
  • Loading branch information
nelsonic committed Jun 26, 2020
1 parent 6551651 commit af6a2f5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions personas/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "personas",
"version": "1.0.0",
"description": "An easy way to create personas for your project.",
"main": "index.js",
"scripts": {
"test": "exit 0",
"start": "live-server --port=8000"
},
"keywords": [
"persona",
"human centered design",
"template"
],
"author": "dwyl & friends",
"license": "ISC",
"devDependencies": {
"live-server": "^1.2.1"
}
}

0 comments on commit af6a2f5

Please sign in to comment.