diff --git a/index.js b/index.js index 2f0a0ae..91828ec 100644 --- a/index.js +++ b/index.js @@ -1 +1,2 @@ -console.log('Thunder Web Components'); \ No newline at end of file +console.log('Thunder Web Components'); +console.log('feature one'); \ No newline at end of file diff --git a/package.json b/package.json index 922cc5a..f038a2c 100644 --- a/package.json +++ b/package.json @@ -1,20 +1,20 @@ { - "name": "@darrell.bleakley/twc", - "version": "0.0.2", - "description": "Thunder Web Components", - "main": "index.js", - "scripts": { - "test": "echo \"Testing\"", - "build": "echo \"Building\"" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/dbleakley/twc.git" - }, - "author": "", - "license": "MIT", - "bugs": { - "url": "https://github.com/dbleakley/twc/issues" - }, - "homepage": "https://github.com/dbleakley/twc#readme" -} + "name": "@darrell.bleakley/twc", + "version": "0.0.3-canary.1", + "description": "Thunder Web Components", + "main": "index.js", + "scripts": { + "test": "echo \"Testing\"", + "build": "echo \"Building\"" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/dbleakley/twc.git" + }, + "author": "", + "license": "MIT", + "bugs": { + "url": "https://github.com/dbleakley/twc/issues" + }, + "homepage": "https://github.com/dbleakley/twc#readme" +} \ No newline at end of file