Skip to content

Commit 4a6c1df

Browse files
committed
fix(npm): ignore source, point main to minified js
1 parent b0ccce2 commit 4a6c1df

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
@@ -0,0 +1 @@
1+
source

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sharedb-ace",
33
"version": "1.0.1",
44
"description": "ShareDB keybindings for Ace Editor",
5-
"main": "./source/sharedb-ace.js",
5+
"main": "./dist/sharedb-ace.min.js",
66
"repository": "https://github.com/jethrokuan/sharedb-ace",
77
"author": "Jethro Kuan",
88
"files": [

0 commit comments

Comments
 (0)