Skip to content

Commit cfad7dc

Browse files
committed
0.0.3
1 parent fcc90c2 commit cfad7dc

File tree

1 file changed

+50
-50
lines changed

1 file changed

+50
-50
lines changed

package.json

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
11
{
2-
"name": "angular-reflux",
3-
"version": "0.0.2",
4-
"description": "A uni-directional (flux-like) data flow architecture using immutability and observables.",
5-
"main": "dist/reflux.js",
6-
"types": "dist/reflux.d.ts",
7-
"scripts": {
8-
"build": "npm run tsc --",
9-
"lint": "tslint src/**/*.ts",
10-
"prepublish": "npm run build",
11-
"start": "npm run watch",
12-
"test": "npm test",
13-
"tsc": "node_modules/typescript/bin/tsc",
14-
"tslint": "tslint",
15-
"watch": "npm run tsc -- -w"
16-
},
17-
"repository": {
18-
"type": "git",
19-
"url": "git+https://github.com/rintoj/angular-reflux.git"
20-
},
21-
"keywords": [
22-
"angular 2",
23-
"angular",
24-
"flux",
25-
"reflux",
26-
"immutable",
27-
"observable",
28-
"redux"
29-
],
30-
"author": "Rinto Jose",
31-
"license": "MIT",
32-
"bugs": {
33-
"url": "https://github.com/rintoj/angular-reflux/issues"
34-
},
35-
"homepage": "https://github.com/rintoj/angular-reflux#readme",
36-
"devDependencies": {
37-
"@angular/common": "2.1.1",
38-
"@angular/compiler": "2.1.1",
39-
"@angular/core": "2.1.1",
40-
"@angular/platform-browser": "2.1.1",
41-
"@angular/platform-browser-dynamic": "2.1.1",
42-
"@types/node": "6.0.45",
43-
"@types/seamless-immutable": "^6.1.2",
44-
"codelyzer": "1.0.0-beta.2",
45-
"rxjs": "5.0.0-beta.12",
46-
"seamless-immutable": "^7.0.1",
47-
"tslint": "3.15.1",
48-
"typescript": "2.0.6",
49-
"zone.js": "0.6.25"
50-
}
51-
}
2+
"name": "angular-reflux",
3+
"version": "0.0.3",
4+
"description": "A uni-directional (flux-like) data flow architecture using immutability and observables.",
5+
"main": "dist/reflux.js",
6+
"types": "dist/reflux.d.ts",
7+
"scripts": {
8+
"build": "npm run tsc --",
9+
"lint": "tslint src/**/*.ts",
10+
"prepublish": "npm run build",
11+
"start": "npm run watch",
12+
"test": "npm test",
13+
"tsc": "node_modules/typescript/bin/tsc",
14+
"tslint": "tslint",
15+
"watch": "npm run tsc -- -w"
16+
},
17+
"repository": {
18+
"type": "git",
19+
"url": "git+https://github.com/rintoj/angular-reflux.git"
20+
},
21+
"keywords": [
22+
"angular 2",
23+
"angular",
24+
"flux",
25+
"reflux",
26+
"immutable",
27+
"observable",
28+
"redux"
29+
],
30+
"author": "Rinto Jose",
31+
"license": "MIT",
32+
"bugs": {
33+
"url": "https://github.com/rintoj/angular-reflux/issues"
34+
},
35+
"homepage": "https://github.com/rintoj/angular-reflux#readme",
36+
"devDependencies": {
37+
"@angular/common": "2.1.1",
38+
"@angular/compiler": "2.1.1",
39+
"@angular/core": "2.1.1",
40+
"@angular/platform-browser": "2.1.1",
41+
"@angular/platform-browser-dynamic": "2.1.1",
42+
"@types/node": "6.0.45",
43+
"@types/seamless-immutable": "^6.1.2",
44+
"codelyzer": "1.0.0-beta.2",
45+
"rxjs": "5.0.0-beta.12",
46+
"seamless-immutable": "^7.0.1",
47+
"tslint": "3.15.1",
48+
"typescript": "2.0.6",
49+
"zone.js": "0.6.25"
50+
}
51+
}

0 commit comments

Comments
 (0)