Skip to content

Commit e28b102

Browse files
author
benholloway
committed
bump patch revision: added contributor, added deprecation notice to readme
1 parent 99f4854 commit e28b102

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
[![Build Status](https://travis-ci.org/angularity/node-angularity.svg?branch=master)](https://travis-ci.org/angularity/node-angularity)
88
[![Build status](https://ci.appveyor.com/api/projects/status/6b1xir7y1j0wm64a/branch/master?svg=true)](https://ci.appveyor.com/project/impaler/node-angularity/branch/master)
99

10+
> **-- IMPORTANT ANNOUNCEMENT --**
11+
>
12+
> Angularity is now **deprecated** and may be removed at any time.
13+
>
14+
> Do **not** use for new projects.
15+
>
16+
> Use the [Webpack implementation](https://www.npmjs.com/package/webpack-angularity-solution) for existing Angularity (Browserify/SASS) projects using **Angular 1.x**.
17+
1018
Build projects, not build systems.
1119

1220
- Hand picked and industry proven front end technologies.
@@ -35,7 +43,7 @@ modules, minification, source maps, linting, testing, live reloading, release an
3543

3644
## Maintained by
3745

38-
Ben Holloway, Chris Decoster, Brendan Graetz
46+
Ben Holloway, Chris Decoster, Brendan Graetz, Tony Sepentulevski
3947

4048
## Licence
4149

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angularity",
33
"description": "An opinionated NodeJs build system for ECMAScript 6 AngularJs projects",
4-
"version": "0.4.2",
4+
"version": "0.4.3",
55
"tags": [
66
"build",
77
"system",
@@ -23,7 +23,8 @@
2323
"contributors": [
2424
"bholloway",
2525
"impaler",
26-
"bguiz"
26+
"bguiz",
27+
"tosh001"
2728
],
2829
"license": "MIT",
2930
"repository": {

0 commit comments

Comments
 (0)