vendor/node_modules/wisp/interactivate/package.json in ruby-wisp-source-0.7.0 vs vendor/node_modules/wisp/interactivate/package.json in ruby-wisp-source-0.8.0
- old
+ new
@@ -5,18 +5,18 @@
"description": "Interactivate for wisp",
"author": "Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)",
"homepage": "https://github.com/Gozala/interactivate-wisp",
"main": "./main.js",
"scripts": {
- "start": "./node_modules/makeitso/index.js --ignore build --ignore node_modules/wisp"
+ "start": "./node_modules/makeitso/index.js --ignore build --ignore node_modules --ignore main.js --ignore host.js"
},
"devDependencies": {
"browserify": "~2.14.1",
- "makeitso": "0.0.0"
+ "makeitso": "0.0.1"
},
"dependencies": {
+ "wisp": "~0.6.7",
"interactivate": "~0.x.x",
"codemirror-hashare": "~0.0.x",
- "codemirror-activine": "~0.0.x",
"codemirror-persist": "~0.0.x"
}
}