Skip to content

Commit

Permalink
v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anuveyatsu committed Apr 19, 2018
1 parent 5714386 commit c56a36c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "data-cli",
"version": "0.9.0",
"version": "0.9.1",
"description": "CLI for working with data packages",
"main": "./lib/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion test/cli.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ test('get command with private dataset', async t => {
test('Init command in non-interactive mode', async t => {
const result = await runcli('init', 'test/fixtures/test-data/files/geo/')
t.true(result.stdout.includes('This process initializes a new datapackage.json file'))
t.true(result.stdout.includes('datapackage.json file is saved in'))
t.true(result.stdout.includes('Descriptor is saved in'))
})

// QA tests [Info: basic dataset]
Expand Down

0 comments on commit c56a36c

Please sign in to comment.