Skip to content

Commit 2747c7c

Browse files
committed
chore: include .npmignore
1 parent b3eb7e5 commit 2747c7c

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.npmignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.bowerrc
2+
.gitignore
3+
.jshintignore
4+
.jshintrc
5+
.DS_Store
6+
**/.*
7+
*.yml
8+
*.xml
9+
karma.conf.js
10+
test.sh
11+
dist.sh
12+
bower.json
13+
src/
14+
example/
15+
test/
16+
bower_components/
17+
npm-debug.log

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-websocket",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"homepage": "https://github.com/gdi2290/angular-websocket",
55
"description": "An AngularJS 1.x WebSocket service for connecting client applications to servers.",
66
"keywords": [
@@ -25,6 +25,7 @@
2525
"ignore": [
2626
".bowerrc",
2727
".gitignore",
28+
".npmignore",
2829
".jshintignore",
2930
".jshintrc",
3031
"karma.conf.js",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-websocket",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"main": "angular-websocket.min.js",
55
"description": "An AngularJS 1.x WebSocket service for connecting client applications to servers.",
66
"homepage": "https://github.com/gdi2290/angular-websocket",

0 commit comments

Comments
 (0)