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",
|
"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"
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user