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 107ec7f commit 76f10ffCopy full SHA for 76f10ff
.npmignore
@@ -0,0 +1,11 @@
1
+coverage
2
+demo
3
+docs
4
+node_modules
5
+src
6
+test
7
+.babelrc
8
+.eslintrc
9
+.idea
10
+.travis.yml
11
+webpack.config.js
package.json
@@ -1,6 +1,6 @@
{
"name": "hal-json-vuex",
- "version": "1.0.0",
+ "version": "0.0.0",
"description": "Use a HAL JSON API with Vuex",
"main": "src/index.js",
"scripts": {
0 commit comments