-
- Downloads
Added NodeJs package.json for building and publishing VuePress docs
gh-pages.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "mn00272-com3001-final-year-project", | ||
"version": "1.0.0", | ||
"description": "", | ||
"repository": { | ||
"url": "git@git@github.com:matusnovak/mn00272-com3001-final-year-project.git", | ||
"type": "git" | ||
}, | ||
"scripts": { | ||
"publish": "node gh-pages.js" | ||
}, | ||
"author": "matusnovak", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"gh-pages": "^2.0.1" | ||
} | ||
} | ||
\ No newline at end of file |
Please register or sign in to comment