Skip to content

Commit

Permalink
Update scripts and eps
Browse files Browse the repository at this point in the history
  • Loading branch information
jlord committed Mar 19, 2017
1 parent 5632639 commit 59aff96
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,13 @@
"name": "sheetsee.js",
"version": "0.0.0",
"description": "sheetsee.js documentation",
"main": "buildpage.js",
"main": "scripts/buildpage.js",
"directories": {
"doc": "docs"
},
"scripts": {
"build": "node buildpage.js",
"copy-site": "cp -r ./site ./.site",
"git-co": "git checkout gh-pages && git reset --hard origin/gh-pages",
"paste-site": "cp -r ./.guide/* . && rm -rf ./.guide",
"git-stage": "npm run copy-site && npm run git-co && npm run paste-site",
"git-commit": "git add -A . && git commit -a -m 'gh-pages update'",
"git-push": "git push origin gh-pages --force && git checkout master",
"deploy": "npm run git-stage && npm run git-commit && npm run git-push"
"build": "node scripts/buildpage.js",
"clear": "node scripts/clear.js"
},
"repository": {
"type": "git",
Expand All @@ -34,9 +28,9 @@
"dependencies": {
"glob": "~3.2.8",
"marked": "~0.3.1",
"handlebars": "~1.3.0",
"mkdirp": "~0.3.5",
"mustache": "^2.3.0",
"path": "~0.4.9",
"cpr": "~0.1.1"
},
"devDependencies": {
}
}

0 comments on commit 59aff96

Please sign in to comment.