-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 734 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "calendar",
"version": "2.0.2",
"description": "",
"scripts": {
"changelog": "github-changes -o subterrane -r calendar -a --use-commit-body",
"version": "git push",
"postversion": "git push --tags && npm run changelog && git add CHANGELOG.md && git commit -m 'update CHANGELOG' && git push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Subterrane/calendar.git"
},
"author": "Will Munslow",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/Subterrane/calendar/issues"
},
"homepage": "https://github.com/Subterrane/calendar#readme",
"devDependencies": {
"changelog": "^1.0.7",
"live-server": "^1.2.0",
"typescript": "^2.2.2"
}
}