Skip to content

Commit

Permalink
Updated package.json and changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonyThorpe committed Dec 11, 2017
1 parent 27ba2a7 commit 33b1c31
Show file tree
Hide file tree
Showing 6 changed files with 7,225 additions and 26 deletions.
8 changes: 2 additions & 6 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
/demo export-ignore
/dist/onlinedemo.umd.bundle.js export-ignore
/dist/onlinedemo.umd.bundle.min.js export-ignore
/learn_apollo_example export-ignore
/src/apollo-client.js export-ignore
/src/onlinedemo.js export-ignore
/src/subscription-transport-ws.js export-ignore
/dist/demo.js export-ignore
/tests export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.npmignore export-ignore
index.html export-ignore
webpack.config.js export-ignore
gulpfile.js export-ignore
8 changes: 2 additions & 6 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
demo/
dist/onlinedemo.umd.bundle.js
dist/onlinedemo.umd.bundle.min.js
learn_apollo_example/
/src/apollo-client.js
/src/onlinedemo.js
/src/subscription-transport-ws.js
dist/demo.js
tests/
.gitattributes
.gitignore
.npmignore
index.html
webpack.config.js
*.sublime*
gulpfile.js
5 changes: 2 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,15 @@
"homepage": "https://github.com/AntonyThorpe/knockout-apollo",
"ignore": [
"demo",
"dist/onlinedemo.umd.bundle.js",
"dist/onlinedemo.umd.bundle.min.js",
"learn_apollo_example",
"dist/demo.js",
"node_modules",
"src",
"tests",
".gitattributes",
".gitignore",
".npmignore",
"index.html",
"gulpfile.js",
"webpack.config.js"
]
}
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog of Knockout Apollo

0.4.0 Upgraded to Apollo v2
0.3.2 Added bower.json
0.3.1 Added .npmignore updated .gitattributes
0.3.0 New feature: subscriptions
Expand Down

0 comments on commit 33b1c31

Please sign in to comment.