Skip to content

Commit

Permalink
moved content to lib directory
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Aug 14, 2020
1 parent 9ab1191 commit 263b56b
Show file tree
Hide file tree
Showing 8 changed files with 5,699 additions and 50 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,5 @@ dist

# TernJS port file
.tern-port

.DS_Store
2 changes: 1 addition & 1 deletion index.js → lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const mdcode = str => `\`${str}\``;
`;
}

await fs.writeFile('./readme.md', mdStr);
await fs.writeFile('../readme.md', mdStr);
})([
'lodash',
'vue/dist/vue.runtime.common.dev',
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5,739 changes: 5,691 additions & 48 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"lint": "xo lib",
"build": "node lib"
},
"repository": {
"type": "git",
Expand All @@ -27,5 +28,8 @@
"react": "^16.13.1",
"terser": "^5.0.0",
"vue": "^2.6.11"
},
"devDependencies": {
"xo": "^0.33.0"
}
}

0 comments on commit 263b56b

Please sign in to comment.