Skip to content

Commit

Permalink
fix: fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fczbkk committed Aug 29, 2016
1 parent 45f9f4a commit 0eca1ca
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .gitignore
@@ -1,7 +1,7 @@
.DS_Store
npm-debug.log
/node_modules/
/temp/
/.idea/
/node_modules/
/lib/
/module/
npm-debug.log
/temp/
.DS_store
9 changes: 9 additions & 0 deletions .npmignore
@@ -1 +1,10 @@
/.idea/
/temp/
/src/
/test/
/assets/
.babelrc
.eslintrc.json
*.yml
karma.*.js
webpack.*.js
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -33,8 +33,7 @@
"version": "npm run build && npm run doc && npm run changelog && git add -A",
"doc": "documentation readme ./src/index.js -s 'Documentation'",
"eslint": "eslint ./{src,test}/**/*.js",
"eslint:build": "npm run eslint -- --max-warnings 0",
"postinstall": "npm run compile"
"eslint:build": "npm run eslint -- --max-warnings 0"
},
"main": "lib/index.js",
"module": "module/index.js",
Expand Down Expand Up @@ -65,6 +64,6 @@
"webpack-dev-server": "^1.15.0"
},
"dependencies": {
"get-nested-property": "^1.3.0"
"get-nested-property": "^1.3.1"
}
}

0 comments on commit 0eca1ca

Please sign in to comment.