Skip to content

Commit e637675

Browse files
authored
Merge pull request #47 from nodenv/package-meta
Misc package meta changes
2 parents 8dc0dbb + 2acbc57 commit e637675

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/node_modules
22
/nodenv-nodenv-package-json-engine-*.tgz
3+
/yarn.lock

package-lock.json

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://github.com/nodenv/nodenv-package-json-engine#readme",
66
"license": "MIT",
77
"author": "Adam Hull (http://hurrymaplelad.com)",
8-
"contibutors": [
8+
"contributors": [
99
"Jason Karns <jason@karns.name> (http://jason.karns.name)"
1010
],
1111
"repository": {
@@ -17,7 +17,6 @@
1717
},
1818
"directories": {
1919
"bin": "bin",
20-
"testnodenv": "test/nodenv",
2120
"test": "test"
2221
},
2322
"files": [

test/nodenv-package-json-engine.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ load test_helper
2424
run nodenv version
2525
# note the command completes successfully
2626
assert_success
27-
assert_output <<-MSG
27+
assert_output - <<-MSG
2828
package-json-engine: version satisfying \`^1.0.0' not installed
2929
(set by package-json-engine matching ^1.0.0)
3030
MSG

0 commit comments

Comments
 (0)