Skip to content

Commit d3af5a9

Browse files
committed
renamed js-csp package.json
1 parent 70644b3 commit d3af5a9

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# React Resolver Csp Changelog
22

3+
### v0.0.3 (2015-06-07)
4+
5+
- renamed js-csp so (hopefully) the whole lot will get published to npm
36

47
### v0.0.2 (2015-06-07)
58

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
Forked and nodified to use CSP channels rather than promises
1010

11+
I've manually included js-csp so the whole lot gets transpiled to ES5
12+
1113
````
1214
describe("Resolver", function() {
1315
describe(".nested", function() {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-resolver-csp",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Isomorphic library to lazy-load data for React components with csp",
55
"main": "dist/index.js",
66
"directories": {
File renamed without changes.

0 commit comments

Comments
 (0)