Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit e681a0f

Browse files
authored
Merge pull request #51 from apiaryio/kylef/release-2.4.1
Release 2.4.1
2 parents b8441cb + e952bcd commit e681a0f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# drafter.js Changelog
22

3+
## 2.4.1
4+
5+
### Bug Fixes
6+
7+
- Removes unnecessary files from the NPM package. 2.4.0 included the C++ source
8+
for Drafter and this causes problems while trying to install the package via
9+
NPM since it will try and use node-gyp to build the source.
10+
11+
312
## 2.4.0
413

514
### Enhancements

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "drafter.js",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "Pure JS Drafter built with Emscripten",
55
"main": "lib/drafter.nomem.js",
66
"scripts": {

0 commit comments

Comments
 (0)