1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

fix main file in package managers specs

This commit is contained in:
Denis Demchenko 2016-05-06 21:45:03 +03:00
parent 4d27441153
commit 0abf17a0c4
3 changed files with 3 additions and 4 deletions

View File

@ -10,18 +10,17 @@
"version": "1.0.0", "version": "1.0.0",
"homepage": "https://github.com/ded/bowser", "homepage": "https://github.com/ded/bowser",
"scripts": [ "scripts": [
"bowser.js" "src/bowser.js"
], ],
"authors": [ "authors": [
"Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)" "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)"
], ],
"moduleType": [], "moduleType": [],
"license": "MIT", "license": "MIT",
"main": "bowser.js", "main": "src/bowser.js",
"ignore": [ "ignore": [
"node_modules", "node_modules",
"test", "test",
"src",
"make", "make",
"**/.*", "**/.*",
"Makefile" "Makefile"

View File

@ -10,7 +10,7 @@
"version": "1.0.0", "version": "1.0.0",
"homepage": "https://github.com/ded/bowser", "homepage": "https://github.com/ded/bowser",
"author": "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)", "author": "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)",
"main": "./bowser.js", "main": "./src/bowser.js",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/ded/bowser.git" "url": "git+https://github.com/ded/bowser.git"

View File