Skip to content

Commit d7c2135

Browse files
committed
npm publish
1 parent 69c4d63 commit d7c2135

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ test/init.js
44
test/lib/framer.js
55
*.swp
66
build/template
7-
build
7+
build
8+
lib

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ deploy:
8282

8383
publish:
8484
# Todo: update version
85+
coffee -o lib/ -c framer/
8586
npm publish
8687

8788
lint:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "framerjs",
33
"version": "3.0.0",
44
"description": "Modern Prototyping Framework",
5-
"main": "build/framer.js",
5+
"main": "lib/Framer.js",
66
"directories": {
77
"doc": "docs",
88
"test": "test"

0 commit comments

Comments
 (0)