Browse Source

minor tweaks

fix typo s/exemples/examples
change timeline-min.js to timeline.js in compliance with Bower JSON spec ["do not include minified files"](https://github.com/bower/bower.json-spec#main)
pull/639/head
Joe Germuska 11 years ago
parent
commit
3af521fcde
  1. 4
      bower.json

4
bower.json

@ -8,7 +8,7 @@
],
"description": "A Storytelling Timeline built in JavaScript.",
"main": [
"build/js/timeline-min.js",
"build/js/timeline.js",
"build/css/timeline.css",
"build/embed/index.html",
"build/js/storyjs-embed.js",
@ -27,7 +27,7 @@
"license": "MPL v2.0",
"ignore": [
"**/.*",
"exemples",
"examples",
"tests",
"website"
]

Loading…
Cancel
Save