Skip to content

Commit 4975ef3

Browse files
Fix package syntax structure
1 parent 5b570b5 commit 4975ef3

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
"name": "@mojs/curve-editor",
33
"version": "1.7.0",
44
"description": "GUI for live easing/property curves editing",
5+
"main": "app/build/mojs-curve-editor.js",
6+
"scripts": {
7+
"start": "webpack",
8+
"dev": "webpack-dev-server"
9+
},
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/mojs/mojs-curve-editor.git"
13+
},
514
"keywords": [
615
"motion",
716
"graphics",
@@ -13,15 +22,6 @@
1322
"curve editor",
1423
"svg"
1524
],
16-
"main": "app/build/mojs-curve-editor.js",
17-
"scripts": {
18-
"start": "webpack",
19-
"dev": "webpack-dev-server"
20-
},
21-
"repository": {
22-
"type": "git",
23-
"url": "git+https://github.com/mojs/mojs-curve-editor.git"
24-
},
2525
"author": {
2626
"name": "Oleg Solomka",
2727
"email": "[email protected]",
@@ -33,14 +33,6 @@
3333
"url": "https://github.com/mojs/mojs-curve-editor/issues"
3434
},
3535
"homepage": "https://github.com/mojs/mojs-curve-editor#readme",
36-
"dependencies": {
37-
"hammerjs": "^2.0.8",
38-
"preact": "^7.1.0",
39-
"path-data-polyfill": "^1.0.0",
40-
"redux": "^3.5.2",
41-
"redux-recycle": "^1.2.0",
42-
"redux-undo": "^0.6.1"
43-
},
4436
"devDependencies": {
4537
"@mojs/core": "^0.288.2",
4638
"@mojs/player": "^0.44.0",
@@ -88,5 +80,13 @@
8880
"unminified-webpack-plugin": "^1.1.0",
8981
"webpack": "^1.13.1",
9082
"webpack-dev-server": "^1.14.1"
83+
},
84+
"dependencies": {
85+
"hammerjs": "^2.0.8",
86+
"preact": "^7.1.0",
87+
"path-data-polyfill": "^1.0.0",
88+
"redux": "^3.5.2",
89+
"redux-recycle": "^1.2.0",
90+
"redux-undo": "^0.6.1"
9191
}
9292
}

0 commit comments

Comments
 (0)