Initial commit
parents
Showing
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
.npmignore
0 → 100644
README.md
0 → 100644
gulpfile.js
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "@gviagroup/promised-value", | |||
| "version": "1.0.0", | |||
| "description": "A wrapper for values got asynchronously", | |||
| "main": "dist/index.js", | |||
| "scripts": { | |||
| "start": "gulp && concurrently \"gulp watch\" \"ava --fail-fast -w test\"", | |||
| "test": "gulp && ava --verbose test" | |||
| }, | |||
| "devDependencies": { | |||
| "ava": "^0.25.0", | |||
| "babel-core": "^6.26.3", | |||
| "babel-preset-env": "^1.7.0", | |||
| "concurrently": "^3.6.0", | |||
| "gulp": "^4.0.0", | |||
| "gulp-babel": "^7.0.1", | |||
| "gulp-uglify": "^3.0.1" | |||
| } | |||
| } |
src/index.js
0 → 100644
test/test.js
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment