Skip to content

Commit

Permalink
Merge pull request #42 from AlexKvazos/vanilla-js
Browse files Browse the repository at this point in the history
Vanilla javascript plugin
  • Loading branch information
abuturla authored Feb 27, 2018
2 parents 945259a + 60496d9 commit 184dbf9
Show file tree
Hide file tree
Showing 23 changed files with 10,352 additions and 403 deletions.
60 changes: 60 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
dist/
plugin.zip

# Dependency directories
node_modules/
jspm_packages/

# Typescript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env
3 changes: 0 additions & 3 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# textPlugin ![](https://api.travis-ci.org/BuildFire/textPlugin.svg)
# textPlugin
20 changes: 0 additions & 20 deletions bower.json

This file was deleted.

78 changes: 0 additions & 78 deletions karma.conf.js

This file was deleted.

Loading

0 comments on commit 184dbf9

Please sign in to comment.