]>
git.wincent.com - unpack-content.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Greg Hurrell [Thu, 27 Dec 2018 00:46:45 +0000 (01:46 +0100)]
Remove nested .npmignore file
In favor of top-level one.
Greg Hurrell [Thu, 27 Dec 2018 00:44:46 +0000 (01:44 +0100)]
Git: ignore yarn-error.log
Greg Hurrell [Thu, 27 Dec 2018 00:43:03 +0000 (01:43 +0100)]
Add v0.0.3 changes to CHANGELOG.md
Greg Hurrell [Thu, 27 Dec 2018 00:37:49 +0000 (01:37 +0100)]
Bump version for v0.0.3 release
Greg Hurrell [Thu, 27 Dec 2018 00:37:15 +0000 (01:37 +0100)]
Distribute index.js.flow with package
Greg Hurrell [Thu, 27 Dec 2018 00:26:57 +0000 (01:26 +0100)]
Add mocha/ to .npmignore
Greg Hurrell [Thu, 27 Dec 2018 00:25:16 +0000 (01:25 +0100)]
Use Flow strict
Greg Hurrell [Thu, 27 Dec 2018 00:19:21 +0000 (01:19 +0100)]
Switch to modern Flow
Greg Hurrell [Thu, 27 Dec 2018 00:10:59 +0000 (01:10 +0100)]
Add yarn.lock
Greg Hurrell [Fri, 19 Feb 2016 08:53:34 +0000 (00:53 -0800)]
Prepare for v0.0.2 release
Greg Hurrell [Fri, 19 Feb 2016 08:52:52 +0000 (00:52 -0800)]
Avoid infinite loop passing unterminated headers
Greg Hurrell [Fri, 19 Feb 2016 08:41:04 +0000 (00:41 -0800)]
Make tests actually useful
In writing them, I realized I had a mistake in the README, so I fixed
that too.
Greg Hurrell [Fri, 19 Feb 2016 07:51:02 +0000 (23:51 -0800)]
Update CHANGELOG for initial (0.1) release
Greg Hurrell [Fri, 19 Feb 2016 07:50:20 +0000 (23:50 -0800)]
Remove hard-wrapping from LICENSE.md
Greg Hurrell [Fri, 19 Feb 2016 07:49:54 +0000 (23:49 -0800)]
Remove hard-wrapping from license text
Greg Hurrell [Fri, 19 Feb 2016 07:47:32 +0000 (23:47 -0800)]
Remove executable bit from files that don't need it
Greg Hurrell [Fri, 19 Feb 2016 07:44:12 +0000 (23:44 -0800)]
Don't let mocha choke on Flow type annotations
Greg Hurrell [Fri, 19 Feb 2016 07:40:54 +0000 (23:40 -0800)]
Don't let babel choke on object spread syntax
Greg Hurrell [Fri, 19 Feb 2016 07:39:05 +0000 (23:39 -0800)]
Make sure babel can grok Flow syntax
Greg Hurrell [Fri, 19 Feb 2016 07:36:45 +0000 (23:36 -0800)]
Import code and update README
This comes from Corpus[0] at commit
50c16e985987 .
[0]: https://github.com/wincent/corpus
Greg Hurrell [Fri, 19 Feb 2016 07:25:42 +0000 (23:25 -0800)]
Get flow working
Greg Hurrell [Fri, 19 Feb 2016 07:11:26 +0000 (23:11 -0800)]
Like a fool, "lock" down dev dependencies again...
Let's console ourselves with the illusion of repeatability for a while
longer.
Greg Hurrell [Fri, 19 Feb 2016 07:05:23 +0000 (23:05 -0800)]
Update dependencies
Despite having the dev dependencies "locked down" in the package.json,
some recursive dep has changed since last time I used this boilerplate,
so `npm install` wouldn't work.
Just blow it all away and start from scratch. At least for now, the
build process works with the currently installed deps.
Greg Hurrell [Fri, 19 Feb 2016 02:46:43 +0000 (18:46 -0800)]
Customize package.json
Note that we're dropping the babel runtime dependency as we don't need
it.
Greg Hurrell [Fri, 19 Feb 2016 02:43:12 +0000 (18:43 -0800)]
Initial commit
Dump of https://github.com/wincent/minimal-npm-boilerplate at current
HEAD of master (
b17f8392ac109e551d0 ).