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",
"homepage": "https://github.com/ded/bowser",
"scripts": [
"bowser.js"
"src/bowser.js"
],
"authors": [
"Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)"
],
"moduleType": [],
"license": "MIT",
"main": "bowser.js",
"main": "src/bowser.js",
"ignore": [
"node_modules",
"test",
"src",
"make",
"**/.*",
"Makefile"

View File

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

View File