File tree Expand file tree Collapse file tree 4 files changed +6
-1
lines changed Expand file tree Collapse file tree 4 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
# React Resolver Csp Changelog
2
2
3
+ ### v0.0.3 (2015-06-07)
4
+
5
+ - renamed js-csp so (hopefully) the whole lot will get published to npm
3
6
4
7
### v0.0.2 (2015-06-07)
5
8
Original file line number Diff line number Diff line change 8
8
9
9
Forked and nodified to use CSP channels rather than promises
10
10
11
+ I've manually included js-csp so the whole lot gets transpiled to ES5
12
+
11
13
````
12
14
describe("Resolver", function() {
13
15
describe(".nested", function() {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-resolver-csp" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"description" : " Isomorphic library to lazy-load data for React components with csp" ,
5
5
"main" : " dist/index.js" ,
6
6
"directories" : {
File renamed without changes.
You can’t perform that action at this time.
0 commit comments