Skip to content

Commit

Permalink
feat: initialize project
Browse files Browse the repository at this point in the history
  • Loading branch information
Cliff Pyles committed Nov 8, 2017
0 parents commit e2a60e5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -0,0 +1,3 @@
.DS_Store

node_modules/
11 changes: 11 additions & 0 deletions package.json
@@ -0,0 +1,11 @@
{
"name": "pf-next",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Cliff Pyles <cliff@cliffpyles.com>",
"license": "MIT"
}

0 comments on commit e2a60e5

Please sign in to comment.