Skip to content

Commit

Permalink
update version; add author info
Browse files Browse the repository at this point in the history
  • Loading branch information
williamstein committed Aug 10, 2015
1 parent b1766a5 commit 870129a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 7 additions & 1 deletion salvus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"cassandra-driver": "^2.0.1",
"coffee-react": "^3.2.0",
"coffeelint": "^1.10.1",
"coffeelint-cjsx": "git://github.com/sagemathinc/coffeelint-cjsx",
"commander": "^2.6.0",
"cookies": "^0.5.0",
"engine.io": "^1.5.1",
Expand Down Expand Up @@ -112,7 +113,12 @@
"math",
"mathematics"
],
"author": "William Stein, et al.",
"author": "William Stein <wstein@sagemath.com>",
"contributors": [
"Harald Schilly <hsy@sagemath.com>",
"Jon Lee <jlee27@uw.edu>",
"Nich Ruhland <nicholasruhland@gmail.com>"
],
"license": "GPL-3.0+",
"bugs": {
"url": "https://github.com/sagemathinc/smc/issues"
Expand Down
1 change: 0 additions & 1 deletion salvus/page/projects.cjsx
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,6 @@ mount = ->
is_mounted = true

unmount = ->
#console.log('unmount projects')
if is_mounted
React.unmountComponentAtNode(document.getElementById('projects'))
is_mounted = false
Expand Down

0 comments on commit 870129a

Please sign in to comment.