We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e222e commit 7ef7632Copy full SHA for 7ef7632
.gitattributes
@@ -1,3 +1,5 @@
1
* text=auto
2
docs/* linguist-documentation
3
-release/* linguist-vendored
+CHANGELOG.md export-ignore
4
+package-lock.json -diff
5
+yarn.lock -diff
src/package.json
@@ -1,6 +1,6 @@
{
"name": "ngx-jsonapi",
- "version": "1.0.0-rc.12",
+ "version": "1.0.0",
"description": "JSON API library for Angular",
"module": "ngx-jsonapi/@ngx-jsonapi/ngx-jsonapi.es5.js",
6
"es2015": "ngx-jsonapi/@ngx-jsonapi/ngx-jsonapi.js",
0 commit comments