Browse Source

Fix paths after the dist refactoring.

pull/418/head
XhmikosR 11 years ago
parent
commit
1aaf746649
  1. 4
      bower.json
  2. 2
      package.json

4
bower.json

@ -2,8 +2,8 @@
"name": "ratchet", "name": "ratchet",
"version": "2.0.0", "version": "2.0.0",
"main": [ "main": [
"./dist/ratchet.css", "./dist/css/ratchet.css",
"./dist/ratchet.js" "./dist/js/ratchet.js"
], ],
"ignore": [ "ignore": [
"_config.yml", "_config.yml",

2
package.json

@ -11,7 +11,7 @@
], ],
"homepage": "http://goratchet.com", "homepage": "http://goratchet.com",
"author": "Connor Sears", "author": "Connor Sears",
"style": "./dist/ratchet.css", "style": "./dist/css/ratchet.css",
"sass": "./lib/sass/ratchet.scss", "sass": "./lib/sass/ratchet.scss",
"repository": { "repository": {
"type": "git", "type": "git",

Loading…
Cancel
Save