From 900bacf3be4c0a678d6139d5d404c099231bb540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Thu, 27 Jul 2017 02:19:40 -0400 Subject: [PATCH] Use npm next tag to mark as pre-release --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 2c4d84b..736b3e6 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,9 @@ "name": "chai-immutable", "version": "1.6.0", "description": "Chai assertions for Facebook's Immutable library for JavaScript collections", + "publishConfig": { + "tag": "next" + }, "main": "chai-immutable.js", "directories": { "test": "test"