Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,4 @@ coverage
.travis.yml
example.js
LICENSE
README.md
webpack.config.js
dist/js.spec.bundle.js
README.md
1 change: 0 additions & 1 deletion dist/js.spec.bundle.js

This file was deleted.

10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,17 @@
"name": "js.spec",
"version": "1.0.0-23",
"description": "clojure.spec for Javascript",
"main": "dist/js.spec.js",
"main": "index.js",
"types": "types/index.d.ts",
"scripts": {
"build": "webpack --config webpack.config.js",
"lint": "yarn run lint-src && yarn run lint-test",
"lint-src": "eslint --config .eslintrc.json 'index.js' 'lib/**/*.js'",
"lint-test": "eslint --config .eslintrc.test.json 'test/**/*.js'",
"prepare": "yarn run build",
"test": "yarn run lint && yarn run test-ts && mocha --recursive --compilers js:babel-register test",
"test:watch": "mocha --recursive --reporter=min --watch --compilers js:babel-register test",
"test-ts": "./node_modules/.bin/tsc --noImplicitAny --noEmit test/types/types-test.ts",
"coverage": "babel-node ./node_modules/.bin/babel-istanbul cover ./node_modules/.bin/_mocha -- test --recursive",
"coveralls": "yarn run coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
"autobuild": "./node_modules/.bin/nodemon -i 'dist/' -e 'js' -x 'yarn run build'",
"prettier": "./node_modules/.bin/prettier --print-width 80 --write index.js \"lib/**/*.js\""
},
"repository": {
Expand Down Expand Up @@ -53,10 +50,7 @@
"nodemon": "1.13.2",
"prettier": "1.9.2",
"pretty-format": "21.2.1",
"typescript": "2.7.2",
"uglify-js": "3.2.2",
"uglifyjs-webpack-plugin": "1.1.4",
"webpack": "3.10.0"
"typescript": "2.7.2"
},
"dependencies": {
"lodash.chunk": "^4.2.0",
Expand Down
86 changes: 0 additions & 86 deletions webpack.config.js

This file was deleted.

Loading