Skip to content

Commit 17b2adf

Browse files
committed
Don't fix image package version
1 parent 01bac5d commit 17b2adf

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
[![Build Status](https://travis-ci.org/CodeboxIDE/codebox.png?branch=master)](https://travis-ci.org/CodeboxIDE/codebox)
55
[![NPM version](https://badge.fury.io/js/codebox.svg)](http://badge.fury.io/js/codebox)
66

7-
#### :warning: Instructions are for the not yet published version 1.0.0
8-
97
Codebox is a complete and modular Cloud IDE. It can run on any unix-like machine (Linux, Mac OS X). It is an open source component of [codebox.io](https://www.codebox.io) (Cloud IDE as a Service).
108

119
The IDE can run on your desktop (Linux or Mac), on your server or the cloud. You can use the [codebox.io](https://www.codebox.io) service to host and manage IDE instances.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"git": "CodeboxIDE/package-git",
9999
"settings": "CodeboxIDE/package-settings",
100100
"menubar": "CodeboxIDE/package-menubar",
101-
"image": "CodeboxIDE/package-image#1.0.0",
101+
"image": "CodeboxIDE/package-image",
102102
"ctags": "CodeboxIDE/package-ctags"
103103
},
104104
"scripts": {

0 commit comments

Comments
 (0)