Skip to content

Commit

Permalink
Some changes made for NPM.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcx committed Oct 30, 2017
1 parent a710a94 commit 156a76d
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 4,949 deletions.
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.*
.*
examples
docs
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ language: node_js
node_js:
- "node"
- "lts/*"
- "8"
- "7"
- "6"
- "5"
- "4"


install:
- npm install
Expand Down
Binary file modified docs/TAME-API.odt
Binary file not shown.
Binary file modified docs/TAME-API.pdf
Binary file not shown.
18 changes: 11 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
{
"name": "tame4",
"version": "4.2",
"version": "4.3.0",
"description": "TAME 4: TwinCAT ADS Made Easy",
"main": "tame-w-comments.js",
"directories": {
"doc": "docs"
},
"main": "tame.js",
"repository": {
"type": "git",
"url": "git+https://github.com/tomcx/tame4.git"
},
"keywords": ["ADS","Beckhoff","TwinCAT","PLC","TAME","TAME4"],
"keywords": ["ADS","Beckhoff","TwinCAT","PLC","TAME","TAME4", "ads", "beckhoff", "twincat", "plc", "tame", "tame4"],
"author": "Thomas Schmidt <[email protected]>",
"license": "(MIT or GPL-3.0)",
"bugs": {
"url": "https://github.com/tomcx/tame4/issues"
},
"homepage": "http://tomcx.github.io/tame4/"
"homepage": "http://tomcx.github.io/tame4/",
"scripts": {
"test": "npm run lint",
"lint": "jshint tame.js"
},
"devDependencies": {
"jshint": "^2.8.0"
}
}
18 changes: 18 additions & 0 deletions release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
TAME V4.3 Release Notes
-----------------------

- Changed file names: For providing an NPM module I decided to rename the
files to the common standart:

old new
----------- --------------
tame-w-comments.js tame.js
tame.js tame.min.js

So tame.js is now the readable version and tame.min.js is the minified one.

- Bugfix: Minor errors fixed.




TAME V4.2 Release Notes
-----------------------

Expand Down
Loading

0 comments on commit 156a76d

Please sign in to comment.