Skip to content

Commit

Permalink
feat(readme): enabled updating section content
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Jun 24, 2021
1 parent e923302 commit 43c40aa
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
21 changes: 15 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"test:unit:base": "DEBUG=any mocha 'src/**/*-test.js'",
"test:integration": "run-s 'test:integration:base -- --profile noWip'",
"pretest:integration:base": "npm run build:js",
"test:integration:base": "cucumber-js test/integration --profile base",
"test:integration:base": "NODE_OPTIONS=--enable-source-maps cucumber-js test/integration --profile base",
"test:integration:debug": "DEBUG=test run-s test:integration",
"test:integration:wip": "run-s 'test:integration:base -- --profile wip'",
"test:integration:focus": "run-s 'test:integration:base -- --profile focus'",
Expand Down Expand Up @@ -80,7 +80,7 @@
},
"dependencies": {
"@form8ion/overridable-prompts": "^1.0.1",
"@form8ion/readme": "1.2.0",
"@form8ion/readme": "1.3.0-alpha.6",
"@form8ion/results-reporter": "^1.1.0",
"@travi/cli-messages": "^1.0.4",
"deepmerge": "^4.2.2",
Expand Down

0 comments on commit 43c40aa

Please sign in to comment.