Skip to content

Commit e3a1ca9

Browse files
committed
Exclude bower_components from npm package
1 parent 57748de commit e3a1ca9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@
1212
/.jscsrc
1313
/.gitignore
1414
/.idea
15+
/bower_components

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "axolotl",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A JavaScript port of libaxolotl. Axolotl is a ratcheting forward secrecy protocol.",
55
"main": "dist/axolotl.js",
66
"directories": {

0 commit comments

Comments
 (0)