Skip to content

Commit

Permalink
npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
koenbok committed May 17, 2014
1 parent e86abfa commit 69c4d63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ deploy:
make site:build
make site:upload

publish:
# Todo: update version
npm publish

lint:
./node_modules/.bin/coffeelint -f coffeelint.json -r framer

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Framer",
"name": "framerjs",
"version": "3.0.0",
"description": "Modern Prototyping Framework",
"main": "build/framer.js",
Expand Down Expand Up @@ -40,9 +40,9 @@
"prototyping"
],
"author": "Koen Bok",
"license": "BSD",
"license": "MIT",
"bugs": {
"url": "https://github.com/koenbok/Framer/issues"
},
"homepage": "https://github.com/koenbok/Framer"
"homepage": "http://framerjs.com"
}

0 comments on commit 69c4d63

Please sign in to comment.