Skip to content

Commit 3440b48

Browse files
committed
prep for NPM package and bump version number
1 parent 5a802e7 commit 3440b48

File tree

3 files changed

+55
-56
lines changed

3 files changed

+55
-56
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "Winstrap",
3-
"version": "0.4.12",
3+
"version": "0.4.13",
44
"homepage": "https://github.com/winjs/winstrap",
55
"authors": "",
6-
"description": "Bootstrap Theme for Microsoft Modern design language",
6+
"description": "Bootstrap Theme for Microsoft design language",
77
"license": "MIT",
88
"dependencies": {
99
"bootstrap-sass": "3.3.4"

index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = function () {
2+
console.log('Peace and greetings from the Winstrap quadrant of the Microsoft galaxy.');
3+
};

package.json

Lines changed: 50 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,52 @@
11
{
2-
"name": "Winstrap",
3-
"description": "Winstrap is the official Bootstrap theme for Microsoft Modern design language.",
4-
"repository": "https://github.com/winjs/winstrap.git",
5-
"version": "0.4.12",
6-
"author": {
7-
"name": "Microsoft"
8-
},
9-
"contributors": [
10-
{
11-
"name": "Frederic Perrin"
12-
},
13-
{
14-
"name": "Mathias Wendlinger"
15-
},
16-
{
17-
"name": "Romain Hottlet"
18-
},
19-
{
20-
"name": "Andy Seres"
21-
},
22-
{
23-
"name": "Rachel Nizhnikova"
24-
},
25-
{
26-
"name": "Miles Grover"
27-
},
28-
{
29-
"name": "Joe Day"
30-
},
31-
{
32-
"name": "Martin Lijanto"
33-
}
34-
],
35-
"homepage": "",
36-
"dependencies": {
37-
"bower": ""
38-
},
39-
"devDependencies": {
40-
"grunt": "^0.4.5",
41-
"grunt-assemble": "^0.4.0",
42-
"grunt-bump": "^0.3.1",
43-
"grunt-contrib-clean": "^0.6.0",
44-
"grunt-contrib-connect": "^0.9.0",
45-
"grunt-contrib-copy": "^0.7.0",
46-
"grunt-contrib-jshint": "^0.11.2",
47-
"grunt-contrib-watch": "^0.6.1",
48-
"grunt-file-exists": "^0.1.2",
49-
"grunt-notify": "^0.4.1",
50-
"grunt-sass": "^1.0.0",
51-
"jshint-stylish": "^2.0.0"
52-
},
53-
"scripts": {
54-
"postinstall": "node_modules/.bin/bower install"
55-
}
2+
"name": "winstrap",
3+
"description": "Winstrap is the official Bootstrap theme for Microsoft design language.",
4+
"repository": {
5+
"type": "git",
6+
"url": "git+https://github.com/winjs/winstrap.git"
7+
},
8+
"version": "0.4.13",
9+
"author": "Microsoft",
10+
"contributors": [
11+
"Frederic Perrin",
12+
"Mathias Wendlinger",
13+
"Romain Hottlet",
14+
"Andy Seres",
15+
"Rachel Nizhnikova",
16+
"Miles Grover",
17+
"Joe Day",
18+
"Martin Lijanto"
19+
],
20+
"homepage": "http://winstrap.azurewebsites.net",
21+
"dependencies": {
22+
"bower": ""
23+
},
24+
"devDependencies": {
25+
"grunt": "^0.4.5",
26+
"grunt-assemble": "^0.4.0",
27+
"grunt-bump": "^0.3.1",
28+
"grunt-contrib-clean": "^0.6.0",
29+
"grunt-contrib-connect": "^0.9.0",
30+
"grunt-contrib-copy": "^0.7.0",
31+
"grunt-contrib-jshint": "^0.11.2",
32+
"grunt-contrib-watch": "^0.6.1",
33+
"grunt-file-exists": "^0.1.2",
34+
"grunt-notify": "^0.4.1",
35+
"grunt-sass": "^1.0.0",
36+
"jshint-stylish": "^2.0.0"
37+
},
38+
"scripts": {
39+
"postinstall": "bower install"
40+
},
41+
"bugs": {
42+
"url": "https://github.com/winjs/winstrap/issues"
43+
},
44+
"main": "index.js",
45+
"keywords": [
46+
"microsoft",
47+
"windows",
48+
"bootstrap",
49+
"theme"
50+
],
51+
"license": "MIT"
5652
}

0 commit comments

Comments
 (0)