Skip to content

Commit c89dd5a

Browse files
committed
merge dev into master
2 parents b9f2f63 + ae0346a commit c89dd5a

File tree

100 files changed

+13538
-31694
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+13538
-31694
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
bower_components/
22
node_modules/
33
coverage/
4-
npm-debug.log
4+
lib/
5+
npm-debug.log

.npmignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
bower_components/
2+
node_modules/
3+
coverage/
4+
build/
5+
docs/
6+
spec/
7+
css/
8+
js/
9+
index.html
10+
index.jade
11+
npm-debug.log

bower.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "mojs",
33
"description": "motion graphics toolbelt for the web",
4-
"version": "0.119.0",
4+
"version": "0.146.9",
55
"license": "MIT",
66
"homepage": "https://github.com/legomushroom/mojs",
77
"authors": [
88
"Oleg Solomka @legomushroom <legomushroom@gmail.com>"
99
],
10-
"main": "build/mo.min.js",
10+
"main": "lib/mojs.js",
1111
"keywords": [
1212
"motion",
1313
"motion",
@@ -17,11 +17,14 @@
1717
],
1818
"ignore": [
1919
"**/.*",
20-
"node_modules",
2120
"bower_components",
21+
"node_modules",
22+
"coverage",
23+
"build",
24+
"docs",
2225
"spec",
2326
"css",
24-
"mockups"
27+
"js"
2528
],
2629
"moduleType": [
2730
"amd",

0 commit comments

Comments
 (0)