Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ycmjason committed Nov 21, 2018
0 parents commit 31a8209
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
@@ -0,0 +1,8 @@
# created by gitignorer
# profile used: node
*.sw*
.DS_Store
dist
.cache
node_modules
npm-debug.log*
12 changes: 12 additions & 0 deletions package.json
@@ -0,0 +1,12 @@
{
"name": "vdommm",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Jason Yu <jason.yu@thehutgroup.com>",
"license": "ISC"
}

0 comments on commit 31a8209

Please sign in to comment.