Skip to content

Commit

Permalink
Merge pull request WebReflection#390 from ChristianMurphy/build/use-n…
Browse files Browse the repository at this point in the history
…pm-fund

build: use npm fund attribute
  • Loading branch information
WebReflection authored Mar 22, 2020
2 parents 248bffd + 57044b5 commit c08434d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"build": "npm run $ build",
"bundle": "npm run $ bundle",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"postinstall": "lightercollective",
"test": "npm run $ test"
},
"$": {
Expand Down Expand Up @@ -155,12 +154,14 @@
"domdiff": "^2.2.1",
"domtagger": "^0.6.1",
"hyperhtml-style": "^0.1.2",
"hyperhtml-wire": "^2.1.0",
"lightercollective": "^0.3.0"
"hyperhtml-wire": "^2.1.0"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/hyperhtml",
"logo": "logo.txt"
"url": "https://opencollective.com/hyperhtml"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/hyperhtml"
}
}

0 comments on commit c08434d

Please sign in to comment.