Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

Commit a6d9785

Browse files
Merge pull request #7 from inlight-media/cam/upgrade-bootstrap
Upgraded to Bootstrap 4.1.1
2 parents 3e6785e + 8df03f5 commit a6d9785

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "inlight-styles",
3-
"version": "0.1.4",
4-
"description": "",
3+
"version": "0.1.5",
4+
"description": "Base styles for Inlight projects",
55
"main": "",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
@@ -11,12 +11,12 @@
1111
"url": "git+https://github.com/inlight-media/inlight-styles.git"
1212
},
1313
"author": "",
14-
"license": "MIT",
14+
"private": true,
1515
"bugs": {
1616
"url": "https://github.com/inlight-media/inlight-styles/issues"
1717
},
1818
"homepage": "https://github.com/inlight-media/inlight-styles#readme",
1919
"dependencies": {
20-
"bootstrap": "^4.1.0"
20+
"bootstrap": "^4.1.1"
2121
}
2222
}

0 commit comments

Comments
 (0)