Skip to content

Commit 76f10ff

Browse files
carlobeltrameCarlo Beltrame
authored andcommitted
Prepare for publishing on NPM
1 parent 107ec7f commit 76f10ff

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.npmignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hal-json-vuex",
3-
"version": "1.0.0",
3+
"version": "0.0.0",
44
"description": "Use a HAL JSON API with Vuex",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)