Skip to content

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
polytypic committed Oct 23, 2017
1 parent bfd1430 commit 17d7ef5
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 93 deletions.
2 changes: 1 addition & 1 deletion klipse-github-docs.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'https://unpkg.com/ramda/dist/ramda.min.js'
],
source: 'README.md',
target: 'docs/index.html',
target: 'index.html',
title: 'Partial Lenses Validation',
stripComments: true,
constToVar: true,
Expand Down
168 changes: 80 additions & 88 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"module": "dist/partial.lenses.validation.es.js",
"main": "dist/partial.lenses.validation.cjs.js",
"scripts": {
"docs": "klipse-github-docs-generator",
"dist": "npm run dist:umd & npm run dist:umd.min & npm run dist:es & npm run dist:cjs & wait",
"dist:cjs": " NODE_ENV= rollup -c -n V -i src/partial.lenses.validation.js -f cjs -o dist/partial.lenses.validation.cjs.js",
"dist:es": " NODE_ENV= rollup -c -n V -i src/partial.lenses.validation.js -f es -o dist/partial.lenses.validation.es.js",
"dist:umd": " NODE_ENV=dev rollup -c -n V -i src/partial.lenses.validation.js -f umd -o dist/partial.lenses.validation.js && cp dist/partial.lenses.validation.js docs/",
"dist:umd.min": "NODE_ENV=production rollup -c -n V -i src/partial.lenses.validation.js -f umd -o dist/partial.lenses.validation.min.js",
"docs": "klipse-github-docs-generator",
"lint": "eslint src test",
"prepare": "npm run lint & npm run docs & (npm run dist && npm run test) & wait",
"report-coverage": "nyc report --reporter=lcov > coverage.lcov && codecov",
Expand Down Expand Up @@ -59,9 +59,9 @@
"babel-plugin-transform-es2015-unicode-regex": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-register": "^6.26.0",
"codecov": "^2.3.1",
"codecov": "^3.0.0",
"eslint": "^4.9.0",
"klipse-github-docs-generator": "^0.1.0",
"klipse-github-docs-generator": "^0.2.0",
"mocha": "^4.0.1",
"nyc": "^11.2.1",
"ramda": "^0.25.0",
Expand All @@ -71,6 +71,6 @@
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-uglify": "^2.0.1",
"sprintf-js": "^1.1.1",
"uglify-js": "^3.1.3"
"uglify-js": "^3.1.5"
}
}

0 comments on commit 17d7ef5

Please sign in to comment.