File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-sortablejs" ,
3
- "version" : " 0.5.0 " ,
3
+ "version" : " 0.5.1 " ,
4
4
"description" : " A higher order React component for Sortable (https://github.com/RubaXa/Sortable)." ,
5
- "main" : " dist/react-sortable .js" ,
5
+ "main" : " lib/index .js" ,
6
6
"scripts" : {
7
- "prepublish" : " npm run build && npm test" ,
8
- "build" : " webpack " ,
7
+ "prepublish" : " npm run lint && npm run build && npm test" ,
8
+ "build" : " babel ./src --out-dir ./lib " ,
9
9
"test" : " ./babel-tap --coverage test/*.js" ,
10
+ "lint" : " eslint ./src" ,
11
+ "lint:fix" : " eslint --fix ./src" ,
12
+ "precommit-check" : " npm run lint" ,
10
13
"coveralls" : " ./babel-tap --coverage --coverage-report=text-lcov test/*.js | node_modules/.bin/coveralls"
11
14
},
15
+ "pre-commit" : [
16
+ " precommit-check"
17
+ ],
12
18
"repository" : {
13
19
"type" : " git" ,
14
20
"url" : " git+https://github.com/cheton/react-sortable.git"
32
38
"react-dom" : " ^0.14.0" ,
33
39
"sortablejs" : " 1.x"
34
40
},
35
- "dependencies" : {
36
- "lodash" : " ^4.6.1"
37
- },
41
+ "dependencies" : {},
38
42
"devDependencies" : {
39
43
"babel" : " ^6.5.2" ,
40
44
"babel-cli" : " ^6.6.5" ,
You can’t perform that action at this time.
0 commit comments