Skip to content

Commit 74e9421

Browse files
Fix bower wrong version
1 parent 7446da7 commit 74e9421

1 file changed

Lines changed: 6 additions & 26 deletions

File tree

bower.json

Lines changed: 6 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,12 @@
11
{
22
"name": "mojs-player",
3-
"version": "1.0.0",
3+
"version": "1.2.0",
44
"description": "Player controls for [mojs](mojs.github.io). Intended to help you to craft `mojs` animation sequences.",
55
"main": "build/mojs-player.min.js",
6-
"authors": [
7-
"Oleg Solomka"
8-
],
6+
"authors": ["Oleg Solomka"],
97
"license": "MIT",
10-
"keywords": [
11-
"motion",
12-
"effects",
13-
"animation",
14-
"motion",
15-
"graphics",
16-
"player"
17-
],
8+
"keywords": ["motion", "effects", "animation", "motion", "graphics", "player"],
189
"homepage": "https://github.com/mojs/mojs-player",
19-
"moduleType": [
20-
"amd",
21-
"node",
22-
"es6",
23-
"globals"
24-
],
25-
"ignore": [
26-
"**/.*",
27-
"node_modules",
28-
"bower_components",
29-
"test",
30-
"tests"
31-
]
32-
}
10+
"moduleType": ["amd", "node", "es6", "globals"],
11+
"ignore": ["**/.*", "node_modules", "bower_components", "test", "tests"]
12+
}

0 commit comments

Comments
 (0)