Skip to content

Commit

Permalink
Update polymer-bundler's npm package files to eliminate test baggage (#…
Browse files Browse the repository at this point in the history
…830)

* [polymer-bundler] Removed .npmignore and added files property to package.json to reduce prod package bloat.
  • Loading branch information
usergenic authored Jan 8, 2019
1 parent b4f2a12 commit 096f3da
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
7 changes: 0 additions & 7 deletions packages/bundler/.npmignore

This file was deleted.

3 changes: 2 additions & 1 deletion packages/bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

<!-- ## Unreleased -->
## Unreleased
* Removed non-essential files from published package, such as tests.
<!-- Add new, unreleased changes here. -->

## 4.0.4 - 2018-10-18
Expand Down
10 changes: 5 additions & 5 deletions packages/bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"author": "The Polymer Project Authors",
"main": "lib/bundler.js",
"typings": "lib/bundler.d.ts",
"files": [
"LICENSE",
"lib/",
"custom_typings/"
],
"bin": {
"polymer-bundler": "lib/bin/polymer-bundler.js"
},
"files": [
"custom_typings/",
"lib/",
"!lib/test/"
],
"dependencies": {
"@types/babel-generator": "^6.25.1",
"@types/babel-traverse": "^6.25.3",
Expand Down

0 comments on commit 096f3da

Please sign in to comment.