Skip to content

Commit

Permalink
Release v0.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
insin committed May 19, 2020
1 parent 7b50e35 commit afe6dd1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.25.1 / 2020-05-20

## Changed

- Don't include `docs/` in the npm package.

# 0.25.0 / 2020-05-20

## Breaking Changes
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nwb",
"description": "A toolkit for React, Preact & Inferno apps, React libraries and other npm modules for the web, with no configuration (until you need it)",
"version": "0.25.0",
"version": "0.25.1",
"license": "MIT",
"author": "Jonny Buchanan <jonathan.buchanan@gmail.com>",
"bin": {
Expand All @@ -19,11 +19,9 @@
"test:watch": "cross-env NODE_ENV=test NWB_TEST=true mocha --require @babel/register --watch tests/*-test.js"
},
"files": [
"docs",
"lib",
"templates",
"express.js",
"polyfills.js"
"express.js"
],
"engines": {
"node": ">=10.13.0"
Expand Down

0 comments on commit afe6dd1

Please sign in to comment.