Skip to content

Commit ebfd1f1

Browse files
committed
Fix path to main file and bump version
1 parent a5ba725 commit ebfd1f1

File tree

1 file changed

+57
-57
lines changed

1 file changed

+57
-57
lines changed

package.json

+57-57
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,59 @@
11
{
2-
"name": "@three11/extract-query-arg",
3-
"version": "0.3.0",
4-
"description": "Extract query argument from url",
5-
"main": "dist/index.js",
6-
"scripts": {
7-
"dist": "babel src/extract-query-arg.js --out-file dist/extract-query-arg.js",
8-
"minify": "babel src/extract-query-arg.js --out-file dist/extract-query-arg.min.js --presets minify,@babel/env",
9-
"build": "npm run dist && npm run minify"
10-
},
11-
"repository": {
12-
"type": "git",
13-
"url": "git+https://github.com/three11/extract-query-arg.git"
14-
},
15-
"keywords": [
16-
"extract",
17-
"query",
18-
"argument",
19-
"GET"
20-
],
21-
"authors": [
22-
{
23-
"name": "Three 11 Ltd",
24-
"email": "hello@three-11.com",
25-
"role": "Developer"
26-
},
27-
{
28-
"name": "Alexander Panayotov",
29-
"email": "alexander.panayotov@gmail.com",
30-
"role": "Developer"
31-
},
32-
{
33-
"name": "Atanas Atanasov",
34-
"email": "scriptex.bg@gmail.com",
35-
"role": "Developer"
36-
}
37-
],
38-
"license": "GPL-3.0",
39-
"bugs": {
40-
"url": "https://github.com/three11/extract-query-arg/issues"
41-
},
42-
"homepage": "https://github.com/three11/extract-query-arg#readme",
43-
"devDependencies": {
44-
"@babel/cli": "7.2.3",
45-
"@babel/core": "7.2.2",
46-
"@babel/plugin-proposal-class-properties": "7.2.3",
47-
"@babel/plugin-proposal-decorators": "7.2.3",
48-
"@babel/plugin-proposal-export-namespace-from": "7.2.0",
49-
"@babel/plugin-proposal-function-sent": "7.2.0",
50-
"@babel/plugin-proposal-json-strings": "7.2.0",
51-
"@babel/plugin-proposal-numeric-separator": "7.2.0",
52-
"@babel/plugin-proposal-throw-expressions": "7.2.0",
53-
"@babel/plugin-syntax-dynamic-import": "7.2.0",
54-
"@babel/plugin-syntax-import-meta": "7.2.0",
55-
"@babel/preset-env": "7.2.3",
56-
"babel-loader": "8.0.5",
57-
"babel-minify": "0.5.0"
58-
}
2+
"name": "@three11/extract-query-arg",
3+
"version": "0.4.0",
4+
"description": "Extract query argument from url",
5+
"main": "dist/extract-query-arg.min.js",
6+
"scripts": {
7+
"dist": "babel src/extract-query-arg.js --out-file dist/extract-query-arg.js",
8+
"minify": "babel src/extract-query-arg.js --out-file dist/extract-query-arg.min.js --presets minify,@babel/env",
9+
"build": "npm run dist && npm run minify"
10+
},
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/three11/extract-query-arg.git"
14+
},
15+
"keywords": [
16+
"extract",
17+
"query",
18+
"argument",
19+
"GET"
20+
],
21+
"authors": [
22+
{
23+
"name": "Three 11 Ltd",
24+
"email": "hello@three-11.com",
25+
"role": "Developer"
26+
},
27+
{
28+
"name": "Alexander Panayotov",
29+
"email": "alexander.panayotov@gmail.com",
30+
"role": "Developer"
31+
},
32+
{
33+
"name": "Atanas Atanasov",
34+
"email": "scriptex.bg@gmail.com",
35+
"role": "Developer"
36+
}
37+
],
38+
"license": "GPL-3.0",
39+
"bugs": {
40+
"url": "https://github.com/three11/extract-query-arg/issues"
41+
},
42+
"homepage": "https://github.com/three11/extract-query-arg#readme",
43+
"devDependencies": {
44+
"@babel/cli": "7.2.3",
45+
"@babel/core": "7.2.2",
46+
"@babel/plugin-proposal-class-properties": "7.2.3",
47+
"@babel/plugin-proposal-decorators": "7.2.3",
48+
"@babel/plugin-proposal-export-namespace-from": "7.2.0",
49+
"@babel/plugin-proposal-function-sent": "7.2.0",
50+
"@babel/plugin-proposal-json-strings": "7.2.0",
51+
"@babel/plugin-proposal-numeric-separator": "7.2.0",
52+
"@babel/plugin-proposal-throw-expressions": "7.2.0",
53+
"@babel/plugin-syntax-dynamic-import": "7.2.0",
54+
"@babel/plugin-syntax-import-meta": "7.2.0",
55+
"@babel/preset-env": "7.2.3",
56+
"babel-loader": "8.0.5",
57+
"babel-minify": "0.5.0"
58+
}
5959
}

0 commit comments

Comments
 (0)