1
1
mirror of https://github.com/primer/css.git synced 2024-09-21 05:39:15 +03:00

update version in yeoman test

This commit is contained in:
Shawn Allen 2017-09-05 10:44:16 -07:00
parent 6c07eb7ef1
commit 413c25b999

View File

@ -15,7 +15,7 @@ test("file scaffolding", t => {
assert.file(pkg)
assert.jsonFileContent(pkg, {name: module},
"Wrong module name in package.json")
assert.jsonFileContent(pkg, {version: "0.1.0"},
assert.jsonFileContent(pkg, {version: "0.0.1"},
"Wrong or empty version in package.json")
const readme = path(module, "README.md")