Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 5332f49

Browse files
committed
chore: exclude travis.yml and rollup.config.js from npm package
1 parent cd6c3fe commit 5332f49

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ tslint.json
1010
typings
1111
typings.json
1212
.editorconfig
13+
rollup.config.js
14+
.travis.yml

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# "angular-in-memory-web-api" versions
22

3+
<a name="0.1.12"></a>
4+
## 0.1.12 (2016-10-19)
5+
* exclude travis.yml and rollup.config.js from npm package
6+
37
<a name="0.1.11"></a>
48
## 0.1.11 (2016-10-19)
59
* npm publish as esm + an umd bundle

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-in-memory-web-api",
3-
"version": "0.1.11",
3+
"version": "0.1.12",
44
"description": "An in-memory web api for Angular demos and tests",
55
"main":"bundles/in-memory-web-api.umd.js",
66
"module": "index.js",

0 commit comments

Comments
 (0)