Skip to content

Commit

Permalink
ci: ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
namelessman committed Aug 7, 2019
1 parent 438fad4 commit d796ff4
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
25 changes: 25 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "simple-state-shot",
"version": "0.0.0-development",
"description": "a simple state history manager",
"keywords": ["state", "history"],
"keywords": [
"state",
"history"
],
"main": "dist/simplestateshot.umd.js",
"module": "dist/simplestateshot.es5.js",
"typings": "dist/types/simplestateshot.d.ts",
Expand Down Expand Up @@ -86,6 +89,7 @@
"devDependencies": {
"@commitlint/cli": "^7.1.2",
"@commitlint/config-conventional": "^7.1.2",
"@semantic-release/changelog": "^3.0.4",
"@types/jest": "^23.3.2",
"@types/node": "^10.11.0",
"colors": "^1.3.2",
Expand Down

0 comments on commit d796ff4

Please sign in to comment.