Skip to content

Commit

Permalink
- package json
Browse files Browse the repository at this point in the history
  • Loading branch information
amitos80 committed Aug 27, 2017
1 parent 3570bb7 commit 8d596c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "infinite-surface",
"name": "ReactSimpleSortTable",
"version": "0.0.76",
"description": "A ReactJS surface which can be zoom in, zoom out and panned via mouse/touchpad and keyboard",
"description": "Slim implementation of a table with sorting",
"main": "index.js",
"module": "./index.js",
"jsnext:main": "./index.es.js",
Expand All @@ -11,12 +11,12 @@
"test": "export NODE_ENV=testing && mocha --compilers js:babel-register --recursive",
"test:watch": "npm test -- --watch"
},
"author": "Guy Stein",
"author": "Amit Friedberg",
"license": "MIT",
"peerDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/dht/infinite-surface.git"
"url": "https://github.com/amitos80/ReactSimpleSortTable.git"
},
"devDependencies": {
"babel-cli": "^6.18.0",
Expand Down

0 comments on commit 8d596c4

Please sign in to comment.