wsp-sag / language-gisdk

Atom syntax highlighting for GISDK scripts
MIT License
1 stars 3 forks source link

Add .model to the list of file extensions #2

Closed dkyleward closed 5 years ago

dkyleward commented 5 years ago

@DavidOry

This is a small change that associates the .model file extension as one that uses the GISDK syntax highlighting.

Publish the update using: https://flight-manual.atom.io/hacking-atom/sections/publishing/


This change is Reviewable

DavidOry commented 5 years ago

Hey @dkyleward: I do not have write access on this repo. Is anyone remaining at WSP more familiar with Atom than me? If so, can you ping them? If not, I'll ask @chryssac to give me write access and review. thanks.

dkyleward commented 5 years ago

As far as I know, you're the guy!

DavidOry commented 5 years ago

@dkyleward: I'm getting the following error when trying to publish:

PS C:\Users\dory\Documents\GitHub\language-gisdk> apm publish language-gisdk Preparing and tagging a new version failed npm ERR! npm version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease | from-git] npm ERR! (run in package dir) npm ERR! 'npm -v' or 'npm --version' to print npm version (6.2.0) npm ERR! 'npm view <pkg> version' to view a package's published version npm ERR! 'npm ls' to inspect current package/dependency versions

Suggestions?

dkyleward commented 5 years ago

Try just:

apm publish minor

That tells it to publish a minor update (the third decimal on the version number).