supported-source-hello-world
Advanced tools
Comparing version 1.0.0 to 1.0.1
10
index.js
@@ -1,9 +0,9 @@ | ||
var SupportedSource = require('supported-source'); | ||
SupportedSource.Project.add('supported-source-hello-world', 'z6rz94d3v2fe'); | ||
var SuperSource = require('super-source'); | ||
SuperSource.Project.add('super-source-hello-world', 'z6rz94d3v2fe'); | ||
var SupportedSourceHelloWorld = {}; | ||
SupportedSourceHelloWorld.helloWorld = function() { | ||
var SuperSourceHelloWorld = {}; | ||
SuperSourceHelloWorld.helloWorld = function() { | ||
console.log("Hello world! If you can read this, the project was included successfully."); | ||
}; | ||
module.exports = SupportedSourceHelloWorld; | ||
module.exports = SuperSourceHelloWorld; |
{ | ||
"name": "supported-source-hello-world", | ||
"version": "1.0.0", | ||
"description": "This project demonstrates a project that uses Supported Source", | ||
"version": "1.0.1", | ||
"description": "This project has been renamed to super-source-hello-world, please use that instead.", | ||
"main": "index.js", | ||
@@ -9,14 +9,7 @@ "scripts": { | ||
}, | ||
"keywords": [ | ||
"supported", | ||
"source", | ||
"supso", | ||
"hello", | ||
"world" | ||
], | ||
"author": "Jeff Pickhardt", | ||
"author": "Super Source", | ||
"license": "MIT", | ||
"dependencies": { | ||
"supported-source": "^0.8.1" | ||
"super-source": "^0.8.1" | ||
} | ||
} |
@@ -1,15 +0,3 @@ | ||
# Supported Source Hello World | ||
# This project has been renamed | ||
## What is it? | ||
This is an example of a project using Supported Source. It contains one function, helloWorld, which outputs "Hello world!" | ||
## Installation | ||
Add supported-source-hello-world to your npm dependencies. Then run `npm install`. Call the function from your file: | ||
```javascript | ||
SupportedSourceHelloWorld.helloWorld(); | ||
``` | ||
Note that you will need to run `supso update` in order to get the project token. | ||
This project has been renamed from Supported Source to Super Source. Please go here instead: https://www.npmjs.com/package/super-source-hello-world |
5241
8
3
+ Addedsuper-source@^0.8.1
- Removedsupported-source@^0.8.1
- Removedapp-root-path@1.4.0(transitive)
- Removedsupported-source@0.8.3(transitive)