Skip to content

Commit 454507b

Browse files
committed
Don't include .idea folder in npm package
1 parent fe78c61 commit 454507b

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
@@ -11,3 +11,4 @@
1111
/.jshintrc
1212
/.jscsrc
1313
/.gitignore
14+
/.idea

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": "0.9.0",
3+
"version": "0.9.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)