diff --git a/CHANGES.md b/CHANGES.md index cf2bc318..b6cb58a1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/package.json b/package.json index 9bb79bf9..046d55ec 100644 --- a/package.json +++ b/package.json @@ -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 ", "bin": { @@ -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"