Skip to content

Commit

Permalink
2023-09-28 15:26:34 AutoCommit.sh by Darian
Browse files Browse the repository at this point in the history
  • Loading branch information
nogeek-cn committed Sep 28, 2023
1 parent 121c514 commit 3b72a29
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,24 @@
"name": "notGeek",
"title": "notGeek",
"author": "notGeek <[email protected]>",
"version": "1.7.0",
"version": "1.8.2",
"homepage": "https://blog.notgeek.cn",
"repository": {
"type": "git",
"url": "https://github.com/darian1996/darian1996.github.io"
},
"bugs": "https://github.com/darian1996/darian1996.github.io/issues",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-less": "~0.11.4",
"grunt-contrib-watch": "~0.6.1",
"grunt": ">=1.3.0",
"grunt-banner": "~0.2.3",
"grunt-contrib-uglify": "~0.5.1"
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0"
},
"scripts": {
"preview": "cd _site; python -m SimpleHTTPServer 8020",
"py3view": "cd _site; python3 -m http.server 8020",
"watch" : "grunt watch & npm run preview & jekyll serve -w",
"py3wa" : "grunt watch & npm run py3view & jekyll serve -w",
"boil" : "git push boilerplate boilerplate:master",
"push" : "git push origin master --tag",
"cafe" : "git co gitcafe-pages; git merge master; git push gitcafe gitcafe-pages:gitcafe-pages --tag; git co master;"
"start": "bundle exec jekyll serve",
"dev": "grunt watch & npm run start",
"boil": "git push boilerplate boilerplate:master",
"push": "git push origin master --tag"
}
}
}

0 comments on commit 3b72a29

Please sign in to comment.