Skip to content

Commit a9e29a5

Browse files
committed
Adjusting package.json to fix incorrect first release
1 parent 0333bc2 commit a9e29a5

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

package.json

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,27 @@
22
"name": "browser-ui-state",
33
"version": "1.0.0",
44
"description": "Library which allows to determine current browser UI state (address bar visibility, on-screen keyboard, etc)",
5-
"main": "index.js",
5+
"main": "./dist/browser-ui-state.js",
6+
"files": ["dist/browser-ui-state.js", "src"],
67
"scripts": {
78
"start": "webpack-dev-server",
8-
"build": "webpack -p && npm run test",
9-
"test": "./node_modules/.bin/cucumber.js --compiler js:babel-core/register"
9+
"build": "webpack && npm run test",
10+
"test": "./node_modules/.bin/cucumber.js --compiler js:babel-core/register",
11+
"prepublish": "npm run build"
1012
},
11-
"author": "TheBit",
12-
"license": "ISC",
13+
"author": "TheBit <[email protected]>",
14+
"contributors": ["Volodymyr Vyshko <[email protected]>"],
15+
"license": "MIT",
16+
"repository": {
17+
"type": "git",
18+
"url": "https://github.com/device-hackers/browser-ui-state.git"
19+
},
20+
"bugs": "https://github.com/device-hackers/browser-ui-state/issues",
21+
"homepage": "https://github.com/device-hackers/browser-ui-state",
22+
"keywords": [
23+
"mobile",
24+
"browser"
25+
],
1326
"devDependencies": {
1427
"babel-core": "^6.25.0",
1528
"babel-loader": "^7.1.1",

0 commit comments

Comments
 (0)