Skip to content

Commit 794f5da

Browse files
committed
Commit teste
1 parent cf1088e commit 794f5da

1 file changed

Lines changed: 21 additions & 17 deletions

File tree

package.json

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
{
2-
"name": "curso",
3-
"version": "1.0.0",
4-
"description": "",
5-
"main": "index.js",
6-
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
8-
},
9-
"author": "",
10-
"license": "ISC",
11-
"dependencies": {
12-
"bootstrap": "^4.0.0-beta.2",
13-
"font-awesome": "^4.7.0",
14-
"jquery": "^3.3.1",
15-
"popper.js": "^1.14.6",
16-
"sass": "^1.15.2"
17-
}
18-
}
2+
"name": "curso",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/rootdevna/simplex-javascript.git"
12+
},
13+
"author": "",
14+
"license": "ISC",
15+
"dependencies": {
16+
"bootstrap": "^4.0.0-beta.2",
17+
"font-awesome": "^4.7.0",
18+
"jquery": "^3.3.1",
19+
"popper.js": "^1.14.6",
20+
"sass": "^1.15.2"
21+
}
22+
}

0 commit comments

Comments
 (0)