Skip to content

Commit

Permalink
Mark prerelease version
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuckton committed Oct 8, 2018
1 parent ad66400 commit 4a22f80
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// @ts-check
const fs = require('fs');
const gulp = require('gulp');
const del = require('del');
const path = require('path');
const mocha = require('gulp-mocha');
const istanbul = require('gulp-istanbul');
const { build } = require("./scripts/build");
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iterable-query",
"version": "1.0.0-dev.0",
"version": "1.0.0-pre.0",
"description": "Query library for ECMAScript iterables.",
"main": "dist/lib",
"typings": "dist/lib",
Expand Down

0 comments on commit 4a22f80

Please sign in to comment.