Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update polymer-bundler's npm package files to eliminate test baggage #830

Merged
merged 2 commits into from
Jan 8, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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