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:
parent
4d27441153
commit
0abf17a0c4
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user