diff --git a/bower.json b/bower.json index 0f121b8..09980ab 100644 --- a/bower.json +++ b/bower.json @@ -10,18 +10,17 @@ "version": "1.0.0", "homepage": "https://github.com/ded/bowser", "scripts": [ - "bowser.js" + "src/bowser.js" ], "authors": [ "Dustin Diaz (http://dustindiaz.com)" ], "moduleType": [], "license": "MIT", - "main": "bowser.js", + "main": "src/bowser.js", "ignore": [ "node_modules", "test", - "src", "make", "**/.*", "Makefile" diff --git a/package.json b/package.json index 4bd7aeb..d92325d 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "version": "1.0.0", "homepage": "https://github.com/ded/bowser", "author": "Dustin Diaz (http://dustindiaz.com)", - "main": "./bowser.js", + "main": "./src/bowser.js", "repository": { "type": "git", "url": "git+https://github.com/ded/bowser.git" diff --git a/src/copyright.js b/src/copyright.js deleted file mode 100644 index e69de29..0000000