Skip to content

Commit f0c5c86

Browse files
committed
Bump version and introduce style property
1 parent c2e414a commit f0c5c86

File tree

1 file changed

+57
-56
lines changed

1 file changed

+57
-56
lines changed

package.json

Lines changed: 57 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,59 @@
11
{
2-
"name": "@three11/accordion",
3-
"version": "0.3.0",
4-
"description": "Front-end Accordion widget using max-height",
5-
"main": "dist/accordion.js",
6-
"scripts": {
7-
"dist": "babel src/accordion.js --out-file dist/accordion.js",
8-
"minify": "babel src/accordion.js --out-file dist/accordion.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/accordion.git"
14-
},
15-
"keywords": [
16-
"Accordion",
17-
"Widget",
18-
"Front-End"
19-
],
20-
"authors": [
21-
{
22-
"name": "Three 11 Ltd",
23-
"email": "[email protected]",
24-
"role": "Developer"
25-
},
26-
{
27-
"name": "Alexander Panayotov",
28-
"email": "[email protected]",
29-
"role": "Developer"
30-
},
31-
{
32-
"name": "Atanas Atanasov",
33-
"email": "[email protected]",
34-
"role": "Developer"
35-
}
36-
],
37-
"license": "GPL-3.0",
38-
"bugs": {
39-
"url": "https://github.com/three11/accordion/issues"
40-
},
41-
"homepage": "https://github.com/three11/accordion#readme",
42-
"devDependencies": {
43-
"@babel/cli": "7.2.3",
44-
"@babel/core": "7.2.2",
45-
"@babel/plugin-proposal-class-properties": "7.2.3",
46-
"@babel/plugin-proposal-decorators": "7.2.3",
47-
"@babel/plugin-proposal-export-namespace-from": "7.2.0",
48-
"@babel/plugin-proposal-function-sent": "7.2.0",
49-
"@babel/plugin-proposal-json-strings": "7.2.0",
50-
"@babel/plugin-proposal-numeric-separator": "7.2.0",
51-
"@babel/plugin-proposal-throw-expressions": "7.2.0",
52-
"@babel/plugin-syntax-dynamic-import": "7.2.0",
53-
"@babel/plugin-syntax-import-meta": "7.2.0",
54-
"babel-loader": "8.0.5",
55-
"@babel/preset-env": "7.2.3",
56-
"babel-minify": "0.5.0"
57-
}
2+
"name": "@three11/accordion",
3+
"version": "0.4.0",
4+
"description": "Front-end Accordion widget using max-height",
5+
"main": "dist/accordion.js",
6+
"style": "dist/accordion.css",
7+
"scripts": {
8+
"dist": "babel src/accordion.js --out-file dist/accordion.js",
9+
"minify": "babel src/accordion.js --out-file dist/accordion.min.js --presets minify,@babel/env",
10+
"build": "npm run dist && npm run minify"
11+
},
12+
"repository": {
13+
"type": "git",
14+
"url": "git+https://github.com/three11/accordion.git"
15+
},
16+
"keywords": [
17+
"Accordion",
18+
"Widget",
19+
"Front-End"
20+
],
21+
"authors": [
22+
{
23+
"name": "Three 11 Ltd",
24+
"email": "[email protected]",
25+
"role": "Developer"
26+
},
27+
{
28+
"name": "Alexander Panayotov",
29+
"email": "[email protected]",
30+
"role": "Developer"
31+
},
32+
{
33+
"name": "Atanas Atanasov",
34+
"email": "[email protected]",
35+
"role": "Developer"
36+
}
37+
],
38+
"license": "GPL-3.0",
39+
"bugs": {
40+
"url": "https://github.com/three11/accordion/issues"
41+
},
42+
"homepage": "https://github.com/three11/accordion#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-loader": "8.0.5",
56+
"@babel/preset-env": "7.2.3",
57+
"babel-minify": "0.5.0"
58+
}
5859
}

0 commit comments

Comments
 (0)