Skip to content

Commit 93b30a8

Browse files
committed
Readme and package.json updates
1 parent f7af6af commit 93b30a8

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Agular 2 Gulp Browserify boilerplate
2-
> Basic boilerplate project with Angular 2, Express, Gulp, Browserify and SASS/Stylus
1+
# Agular 2 Express Gulp boilerplate
2+
> Basic boilerplate project with Angular 2, Express, Gulp, and SASS
33
44
## Modules
55

@@ -10,15 +10,20 @@
1010
- reflect-metadata
1111
- rxjs
1212
- zone.js
13+
- locallydb
1314

1415
## Development modules
1516

1617
- autoprefixer
18+
- browser-sync
1719
- cssnano
1820
- concurrently
1921
- gulp
2022
- gulp-ext-replace
2123
- gulp-imagemin
24+
- gulp-concat
25+
- gulp-nodemon
26+
- gulp-rename
2227
- gulp-postcss
2328
- gulp-sourcemaps
2429
- gulp-typescript
@@ -42,6 +47,9 @@ npm start
4247

4348
## Release History
4449

50+
* 0.1.4
51+
* README updates
52+
* package.json updates
4553
* 0.1.3
4654
* Folder structure changed
4755
* Styling minification updated
@@ -58,4 +66,4 @@ Originally forked from [Angular2 boilerplate project](https://github.com/mschwar
5866

5967
Ruslan Kazakov – [@ruslankazakov](https://twitter.com/ruslankazakov)
6068

61-
[https://github.com/rkazakov/angular2-gulp-browserify-boilerplate](https://github.com/rkazakov/angular2-gulp-browserify-boilerplate)
69+
[https://github.com/rkazakov/angular2-express-gulp-boilerplate](https://github.com/rkazakov/angular2-express-gulp-boilerplate)

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"name": "angular2-gulp-browserify-boilerplate",
3-
"version": "0.1.3",
4-
"description": "Angular 2, Express, Gulp, Browserify and SASS/Stylus boilerplate",
2+
"name": "angular2-express-gulp-boilerplate",
3+
"version": "0.1.4",
4+
"description": "Angular 2, Express, Gulp and SASS boilerplate",
55
"scripts": {
66
"lite": "lite-server",
77
"gulp": "gulp",
88
"start": "concurrent \"npm run gulp\" \"npm run lite\" "
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "git://github.com/rkazakov/angular2-gulp-browserify-boilerplate.git"
12+
"url": "git://github.com/rkazakov/angular2-express-gulp-boilerplate.git"
1313
},
1414
"author": "Ruslan Kazakov",
1515
"license": "MIT",

0 commit comments

Comments
 (0)