Skip to content

Commit

Permalink
Fix scripts and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
miqmago committed Feb 6, 2017
1 parent e91fdb3 commit f052f18
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsobjects",
"version": "1.0.0",
"version": "1.0.1",
"description": "A js library to access and manipulate objects",
"main": "index.js",
"scripts": {
Expand All @@ -14,9 +14,8 @@
"lint": "./node_modules/.bin/eslint 'lib/**/*.js' --ignore-path .eslintignore",
"lint-report": "./node_modules/.bin/eslint 'lib/**/*.js' --ignore-path .eslintignore -f ./node_modules/eslint-html-reporter/reporter.js -o logs/eslint-report.html || opn ./logs/eslint-report.html",
"plato": "plato -r -d logs/plato -t 'JSObjects' -e .eslintrc lib/ && opn logs/plato/index.html",
"prepublish": "npm run lint-report && npm run cover-report",
"test": "./node_modules/.bin/_mocha test/test.js --timeout 15000 --compilers js:babel-core/register",
"webpack": "webpack"
"prepublish": "npm run lint-report && npm run cover-report && npm run build",
"test": "./node_modules/.bin/_mocha test/test.js --timeout 15000 --compilers js:babel-core/register"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -55,8 +54,7 @@
"mocha-lcov-reporter": "1.2.0",
"opn-cli": "3.1.0",
"rimraf": "2.5.4",
"sinon": "1.17.7",
"webpack": "2.2.1"
"sinon": "1.17.7"
},
"bugs": {
"url": "https://github.com/appfeel/jsobjects/issues"
Expand Down

0 comments on commit f052f18

Please sign in to comment.