Skip to content

Commit c098bd3

Browse files
Cheikh SeckCheikh Seck
Cheikh Seck
authored and
Cheikh Seck
committed
bower npm
1 parent 506acd3 commit c098bd3

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

bower.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "react-commerce",
3+
"description": "React ecommerce framework.",
4+
"main": "index.js",
5+
"authors": [
6+
"Orkiv"
7+
],
8+
"license": "ISC",
9+
"keywords": [
10+
"ai",
11+
"javascript",
12+
"ui",
13+
"ecommerce",
14+
"html5",
15+
"react",
16+
"babel"
17+
],
18+
"homepage": "https://orkiv.com/epic-commerce",
19+
"ignore": [
20+
"**/.*",
21+
"node_modules",
22+
"bower_components",
23+
"test",
24+
"tests"
25+
]
26+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-commerce",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "React ecommerce framework.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)